#A22CBC

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

Shades of Dark Orchid #A22CBC

Tints of Dark Orchid #A22CBC

Color information

#A22CBC (or 0xA22CBC) is unknown color: approx Dark Orchid. HEX triplet: A2, 2C and BC. RGB value is (162,44,188). Sum of RGB (Red+Green+Blue) = 162+44+188=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #A22CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CBC is #5DD343. Grayscale: #5F5F5F. Windows color (decimal): -6148932 or 12332194. OLE color: 12332194.

HSL color Cylindrical-coordinate representation of color #A22CBC: hue angle of 289.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22CBC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16244188-
CMYK0.140.7700.26
HSL289.17º62.07%45.49%-
HSV(B)289.17º76.6%73.73%-
XYZ24.8813.1148.8-
YUV95.7180.09175.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 44 (17.58% from 255) = 11.17%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=41.12%
G=11.17%
B=47.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162441880.140.7700.26289.1762.0745.49
HexA22CBCE4D01A1213e2d
Octal24254274161150324417655
Binary101000101011001011110011101001101011010100100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22CBC; }

 p { color: rgb(162,44,188); }

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

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

 a { background-color: rgb(162,44,188); }

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

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

 span { border-color: rgb(162,44,188); }

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