Html Css Color HEX #A22DB6 Dark Orchid

📋 copy color: '#A22DB6'

red 162 ◦ green 45 ◦ blue 182

#A22DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A22DB6

Tints of Dark Orchid #A22DB6

RGB

 RED value IS 162 (63.67% from 255) = 41.65%

 GREEN value IS 45 (17.97% from 255) = 11.57%

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 41.65%
G = 11.57%
B = 46.79%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A22DB6 (or 0xA22DB6) is known color: Dark Orchid. HEX triplet: A2, 2D and B6. RGB value is (162,45,182). Sum of RGB (Red+Green+Blue) = 162+45+182=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #A22DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DB6 is #5DD249. Grayscale: #5F5F5F. Windows color (decimal): -6148682 or 11939234. OLE color: 11939234.

HSL color Cylindrical-coordinate representation of color #A22DB6: hue angle of 291.24º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22DB6 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 45 182 -
CMYK 0.11 0.75 0 0.29
HSL 291.24º 0.6% 0.45% -
HSV(B) 291.24º 0.75% 0.71% -
XYZ 24.28 12.94 45.47 -
YUV 95.6 176.76 175.36 -
System Red Green Blue C M Y K H S L
Decimal 162 45 182 0.11 0.75 0 0.29 291.24 0.6 0.45
Hex A2 2D B6 B 4B 0 1D 123 3C 2D
Octal 242 55 266 13 113 0 35 443 74 55
Binary 10100010 101101 10110110 1011 1001011 0 11101 100100011 111100 101101

Color Harmonies of #A22DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22DB6

Black with #A22DB6

Text Example


Text Example

White with #A22DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22DB6; }

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

 H1.HeaderClassName
 {
   color: #A22DB6;
 }
 .AnyTagClassName
 {
   color: #A22DB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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