Html Css Color HEX #AD2AAA Dark Orchid

📋 copy color: '#AD2AAA'

red 173 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #AD2AAA

Tints of Dark Orchid #AD2AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.91%

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

R = 44.94%
G = 10.91%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD2AAA (or 0xAD2AAA) is known color: Dark Orchid. HEX triplet: AD, 2A and AA. RGB value is (173,42,170). Sum of RGB (Red+Green+Blue) = 173+42+170=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2AAA is #52D555. Grayscale: #5F5F5F. Windows color (decimal): -5428566 or 11152045. OLE color: 11152045.

HSL color Cylindrical-coordinate representation of color #AD2AAA: hue angle of 301.37º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2AAA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 42 170 -
CMYK 0 0.76 0.02 0.32
HSL 301.37º 0.61% 0.42% -
HSV(B) 301.37º 0.76% 0.68% -
XYZ 25.32 13.44 39.29 -
YUV 95.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 173 42 170 0 0.76 0.02 0.32 301.37 0.61 0.42
Hex AD 2A AA 0 4C 2 20 12D 3D 2A
Octal 255 52 252 0 114 2 40 455 75 52
Binary 10101101 101010 10101010 0 1001100 10 100000 100101101 111101 101010

Color Harmonies of #AD2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2AAA

Black with #AD2AAA

Text Example


Text Example

White with #AD2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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