Html Css Color HEX #AD29DD Dark Orchid

📋 copy color: '#AD29DD'

red 173 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #AD29DD

Tints of Dark Orchid #AD29DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 39.77%
G = 9.43%
B = 50.8%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD29DD (or 0xAD29DD) is known color: Dark Orchid. HEX triplet: AD, 29 and DD. RGB value is (173,41,221). Sum of RGB (Red+Green+Blue) = 173+41+221=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD29DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29DD is #52D622. Grayscale: #646464. Windows color (decimal): -5428771 or 14494125. OLE color: 14494125.

HSL color Cylindrical-coordinate representation of color #AD29DD: hue angle of 284º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD29DD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 41 221 -
CMYK 0.22 0.81 0 0.13
HSL 284º 0.73% 0.51% -
HSV(B) 284º 0.81% 0.87% -
XYZ 31.08 15.69 69.8 -
YUV 100.99 195.73 179.36 -
System Red Green Blue C M Y K H S L
Decimal 173 41 221 0.22 0.81 0 0.13 284 0.73 0.51
Hex AD 29 DD 16 51 0 D 11C 49 33
Octal 255 51 335 26 121 0 15 434 111 63
Binary 10101101 101001 11011101 10110 1010001 0 1101 100011100 1001001 110011

Color Harmonies of #AD29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29DD

Black with #AD29DD

Text Example


Text Example

White with #AD29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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