Html Css Color HEX #AD24CE Dark Orchid

📋 copy color: '#AD24CE'

red 173 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #AD24CE

Tints of Dark Orchid #AD24CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.67%

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

R = 41.69%
G = 8.67%
B = 49.64%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD24CE (or 0xAD24CE) is known color: Dark Orchid. HEX triplet: AD, 24 and CE. RGB value is (173,36,206). Sum of RGB (Red+Green+Blue) = 173+36+206=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24CE is #52DB31. Grayscale: #5F5F5F. Windows color (decimal): -5430066 or 13509805. OLE color: 13509805.

HSL color Cylindrical-coordinate representation of color #AD24CE: hue angle of 288.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD24CE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 36 206 -
CMYK 0.16 0.83 0 0.19
HSL 288.35º 0.7% 0.47% -
HSV(B) 288.35º 0.83% 0.81% -
XYZ 29.01 14.6 59.68 -
YUV 96.34 189.89 182.68 -
System Red Green Blue C M Y K H S L
Decimal 173 36 206 0.16 0.83 0 0.19 288.35 0.7 0.47
Hex AD 24 CE 10 53 0 13 120 46 2F
Octal 255 44 316 20 123 0 23 440 106 57
Binary 10101101 100100 11001110 10000 1010011 0 10011 100100000 1000110 101111

Color Harmonies of #AD24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24CE

Black with #AD24CE

Text Example


Text Example

White with #AD24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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