#A222CB

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

Shades of Dark Orchid #A222CB

Tints of Dark Orchid #A222CB

Color information

#A222CB (or 0xA222CB) is unknown color: approx Dark Orchid. HEX triplet: A2, 22 and CB. RGB value is (162,34,203). Sum of RGB (Red+Green+Blue) = 162+34+203=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #A222CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222CB is #5DDD34. Grayscale: #5A5A5A. Windows color (decimal): -6151477 or 13312674. OLE color: 13312674.

HSL color Cylindrical-coordinate representation of color #A222CB: hue angle of 285.44º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A222CB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16234203-
CMYK0.200.8300.20
HSL285.44º71.31%46.47%-
HSV(B)285.44º83.25%79.61%-
XYZ26.2513.1457.65-
YUV91.54190.91178.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 34 (13.67% from 255) = 8.52%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=40.60%
G=8.52%
B=50.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162342030.200.8300.20285.4471.3146.47
HexA222CB145301411d472e
Octal242423132412302443510756
Binary10100010100010110010111010010100110101001000111011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A222CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A222CB; }

 p { color: rgb(162,34,203); }

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

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

 a { background-color: rgb(162,34,203); }

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

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

 span { border-color: rgb(162,34,203); }

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