Html Css Color HEX #AD29DE Dark Orchid

📋 copy color: '#AD29DE'

red 173 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #AD29DE

Tints of Dark Orchid #AD29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 39.68%
G = 9.4%
B = 50.92%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD29DE (or 0xAD29DE) is known color: Dark Orchid. HEX triplet: AD, 29 and DE. RGB value is (173,41,222). Sum of RGB (Red+Green+Blue) = 173+41+222=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD29DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29DE is #52D621. Grayscale: #646464. Windows color (decimal): -5428770 or 14559661. OLE color: 14559661.

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

Color convert

RGB 173 41 222 -
CMYK 0.22 0.82 0 0.13
HSL 283.76º 0.73% 0.52% -
HSV(B) 283.76º 0.82% 0.87% -
XYZ 31.21 15.74 70.5 -
YUV 101.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 173 41 222 0.22 0.82 0 0.13 283.76 0.73 0.52
Hex AD 29 DE 16 52 0 D 11C 49 34
Octal 255 51 336 26 122 0 15 434 111 64
Binary 10101101 101001 11011110 10110 1010010 0 1101 100011100 1001001 110100

Color Harmonies of #AD29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29DE

Black with #AD29DE

Text Example


Text Example

White with #AD29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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