Html Css Color HEX #AD29D9 Dark Orchid

📋 copy color: '#AD29D9'

red 173 ◦ green 41 ◦ blue 217

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

Shades of Dark Orchid #AD29D9

Tints of Dark Orchid #AD29D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.35%

R = 40.14%
G = 9.51%
B = 50.35%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD29D9 (or 0xAD29D9) is known color: Dark Orchid. HEX triplet: AD, 29 and D9. RGB value is (173,41,217). Sum of RGB (Red+Green+Blue) = 173+41+217=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD29D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29D9 is #52D626. Grayscale: #636363. Windows color (decimal): -5428775 or 14231981. OLE color: 14231981.

HSL color Cylindrical-coordinate representation of color #AD29D9: hue angle of 285º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD29D9 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 41 217 -
CMYK 0.20 0.81 0 0.15
HSL 285º 0.7% 0.51% -
HSV(B) 285º 0.81% 0.85% -
XYZ 30.55 15.48 67.02 -
YUV 100.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 173 41 217 0.20 0.81 0 0.15 285 0.7 0.51
Hex AD 29 D9 14 51 0 F 11D 46 33
Octal 255 51 331 24 121 0 17 435 106 63
Binary 10101101 101001 11011001 10100 1010001 0 1111 100011101 1000110 110011

Color Harmonies of #AD29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29D9

Black with #AD29D9

Text Example


Text Example

White with #AD29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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