Html Css Color HEX #AD29CE Dark Orchid

📋 copy color: '#AD29CE'

red 173 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #AD29CE

Tints of Dark Orchid #AD29CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 41.19%
G = 9.76%
B = 49.05%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD29CE (or 0xAD29CE) is known color: Dark Orchid. HEX triplet: AD, 29 and CE. RGB value is (173,41,206). Sum of RGB (Red+Green+Blue) = 173+41+206=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD29CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD29CE is #52D631. Grayscale: #626262. Windows color (decimal): -5428786 or 13511085. OLE color: 13511085.

HSL color Cylindrical-coordinate representation of color #AD29CE: hue angle of 288º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD29CE is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 41 206 -
CMYK 0.16 0.80 0 0.19
HSL 288º 0.67% 0.48% -
HSV(B) 288º 0.8% 0.81% -
XYZ 29.17 14.93 59.74 -
YUV 99.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 173 41 206 0.16 0.80 0 0.19 288 0.67 0.48
Hex AD 29 CE 10 50 0 13 120 43 30
Octal 255 51 316 20 120 0 23 440 103 60
Binary 10101101 101001 11001110 10000 1010000 0 10011 100100000 1000011 110000

Color Harmonies of #AD29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29CE

Black with #AD29CE

Text Example


Text Example

White with #AD29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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