#A23ACF

Color #A23ACF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A23ACF

Tints of Dark Orchid #A23ACF

Color information

#A23ACF (or 0xA23ACF) is unknown color: approx Dark Orchid. HEX triplet: A2, 3A and CF. RGB value is (162,58,207). Sum of RGB (Red+Green+Blue) = 162+58+207=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A23ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ACF is #5DC530. Grayscale: #696969. Windows color (decimal): -6145329 or 13580962. OLE color: 13580962.

HSL color Cylindrical-coordinate representation of color #A23ACF: hue angle of 281.88º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23ACF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16258207-
CMYK0.220.7200.19
HSL281.88º60.82%51.96%-
HSV(B)281.88º71.98%81.18%-
XYZ27.6815.2160.51-
YUV106.08184.96167.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=37.94%
G=13.58%
B=48.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162582070.220.7200.19281.8860.8251.96
HexA23ACF164801311a3d34
Octal24272317261100234327564
Binary1010001011101011001111101101001000010011100011010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23ACF; }

 p { color: rgb(162,58,207); }

 H1.HeaderClassName
 {
   color: #A23ACF;
 }
 .AnyTagClassName
 {
   color: #A23ACF;
 }
</style>
background-color css

<style>
 a { background-color: #A23ACF; }

 a { background-color: rgb(162,58,207); }

 div.DivClassName
 {
   background-color: #A23ACF;
 }
 .BgClassName
 {
   background-color: #A23ACF;
 }
</style>
border-color css

<style>
 span { border-color: #A23ACF; }

 span { border-color: rgb(162,58,207); }

 td.TdClassName
 {
   border-color: #A23ACF;
 }
 .TagClassName
 {
   border-color: #A23ACF;
 }
</style>