Html Css Color HEX #A22DB5 Dark Orchid

📋 copy color: '#A22DB5'

red 162 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #A22DB5

Tints of Dark Orchid #A22DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.65%

R = 41.75%
G = 11.6%
B = 46.65%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A22DB5 (or 0xA22DB5) is known color: Dark Orchid. HEX triplet: A2, 2D and B5. RGB value is (162,45,181). Sum of RGB (Red+Green+Blue) = 162+45+181=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #A22DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DB5 is #5DD24A. Grayscale: #5F5F5F. Windows color (decimal): -6148683 or 11873698. OLE color: 11873698.

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

Color convert

RGB 162 45 181 -
CMYK 0.10 0.75 0 0.29
HSL 291.62º 0.6% 0.44% -
HSV(B) 291.62º 0.75% 0.71% -
XYZ 24.18 12.89 44.93 -
YUV 95.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 162 45 181 0.10 0.75 0 0.29 291.62 0.6 0.44
Hex A2 2D B5 A 4B 0 1D 124 3C 2C
Octal 242 55 265 12 113 0 35 444 74 54
Binary 10100010 101101 10110101 1010 1001011 0 11101 100100100 111100 101100

Color Harmonies of #A22DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22DB5

Black with #A22DB5

Text Example


Text Example

White with #A22DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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