Html Css Color HEX #AD29AA Dark Orchid

📋 copy color: '#AD29AA'

red 173 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #AD29AA

Tints of Dark Orchid #AD29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 45.05%
G = 10.68%
B = 44.27%

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

#AD29AA (or 0xAD29AA) is known color: Dark Orchid. HEX triplet: AD, 29 and AA. RGB value is (173,41,170). Sum of RGB (Red+Green+Blue) = 173+41+170=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD29AA is #52D655. Grayscale: #5E5E5E. Windows color (decimal): -5428822 or 11151789. OLE color: 11151789.

HSL color Cylindrical-coordinate representation of color #AD29AA: hue angle of 301.36º degrees, saturation: 0.62, 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 #AD29AA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 170 -
CMYK 0 0.76 0.02 0.32
HSL 301.36º 0.62% 0.42% -
HSV(B) 301.36º 0.76% 0.68% -
XYZ 25.28 13.37 39.28 -
YUV 95.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 173 41 170 0 0.76 0.02 0.32 301.36 0.62 0.42
Hex AD 29 AA 0 4C 2 20 12D 3E 2A
Octal 255 51 252 0 114 2 40 455 76 52
Binary 10101101 101001 10101010 0 1001100 10 100000 100101101 111110 101010

Color Harmonies of #AD29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29AA

Black with #AD29AA

Text Example


Text Example

White with #AD29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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