Html Css Color HEX #AD29EC Dark Orchid

📋 copy color: '#AD29EC'

red 173 ◦ green 41 ◦ blue 236

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

Shades of Dark Orchid #AD29EC

Tints of Dark Orchid #AD29EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 38.44%
G = 9.11%
B = 52.44%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD29EC (or 0xAD29EC) is known color: Dark Orchid. HEX triplet: AD, 29 and EC. RGB value is (173,41,236). Sum of RGB (Red+Green+Blue) = 173+41+236=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD29EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29EC is #52D613. Grayscale: #666666. Windows color (decimal): -5428756 or 15477165. OLE color: 15477165.

HSL color Cylindrical-coordinate representation of color #AD29EC: hue angle of 280.62º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD29EC is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 41 236 -
CMYK 0.27 0.83 0 0.07
HSL 280.62º 0.84% 0.54% -
HSV(B) 280.62º 0.83% 0.93% -
XYZ 33.17 16.53 80.8 -
YUV 102.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 173 41 236 0.27 0.83 0 0.07 280.62 0.84 0.54
Hex AD 29 EC 1B 53 0 7 119 54 36
Octal 255 51 354 33 123 0 7 431 124 66
Binary 10101101 101001 11101100 11011 1010011 0 111 100011001 1010100 110110

Color Harmonies of #AD29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29EC

Black with #AD29EC

Text Example


Text Example

White with #AD29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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