#A22DBF

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

Shades of Dark Orchid #A22DBF

Tints of Dark Orchid #A22DBF

Color information

#A22DBF (or 0xA22DBF) is unknown color: approx Dark Orchid. HEX triplet: A2, 2D and BF. RGB value is (162,45,191). Sum of RGB (Red+Green+Blue) = 162+45+191=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #A22DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DBF is #5DD240. Grayscale: #606060. Windows color (decimal): -6148673 or 12529058. OLE color: 12529058.

HSL color Cylindrical-coordinate representation of color #A22DBF: hue angle of 288.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22DBF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16245191-
CMYK0.150.7600.25
HSL288.08º61.86%46.27%-
HSV(B)288.08º76.44%74.9%-
XYZ25.2413.3250.53-
YUV96.63181.26174.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 45 (17.97% from 255) = 11.31%
BLUE value IS 191 (75% from 255) = 47.99%
R=40.70%
G=11.31%
B=47.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162451910.150.7600.25288.0861.8646.27
HexA22DBFF4C0191203e2e
Octal24255277171140314407656
Binary101000101011011011111111111001100011001100100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22DBF; }

 p { color: rgb(162,45,191); }

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

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

 a { background-color: rgb(162,45,191); }

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

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

 span { border-color: rgb(162,45,191); }

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