Html Css Color HEX #AD22AA Dark Orchid

📋 copy color: '#AD22AA'

red 173 ◦ green 34 ◦ blue 170

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

Shades of Dark Orchid #AD22AA

Tints of Dark Orchid #AD22AA

RGB

 RED value IS 173 (67.97% from 255) = 45.89%

 GREEN value IS 34 (13.67% from 255) = 9.02%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 45.89%
G = 9.02%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD22AA (or 0xAD22AA) is known color: Dark Orchid. HEX triplet: AD, 22 and AA. RGB value is (173,34,170). Sum of RGB (Red+Green+Blue) = 173+34+170=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD22AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD22AA is #52DD55. Grayscale: #5A5A5A. Windows color (decimal): -5430614 or 11149997. OLE color: 11149997.

HSL color Cylindrical-coordinate representation of color #AD22AA: hue angle of 301.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD22AA is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 170 -
CMYK 0 0.80 0.02 0.32
HSL 301.3º 0.67% 0.41% -
HSV(B) 301.3º 0.8% 0.68% -
XYZ 25.06 12.93 39.21 -
YUV 91.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 173 34 170 0 0.80 0.02 0.32 301.3 0.67 0.41
Hex AD 22 AA 0 50 2 20 12D 43 29
Octal 255 42 252 0 120 2 40 455 103 51
Binary 10101101 100010 10101010 0 1010000 10 100000 100101101 1000011 101001

Color Harmonies of #AD22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22AA

Black with #AD22AA

Text Example


Text Example

White with #AD22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22AA; }

 p { color: rgb(173,34,170); }

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

background-color css

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

 a { background-color: rgb(173,34,170); }

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

border-color css

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

 span { border-color: rgb(173,34,170); }

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