Html Css Color HEX #AD24DC Dark Orchid

📋 copy color: '#AD24DC'

red 173 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #AD24DC

Tints of Dark Orchid #AD24DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 40.33%
G = 8.39%
B = 51.28%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD24DC (or 0xAD24DC) is known color: Dark Orchid. HEX triplet: AD, 24 and DC. RGB value is (173,36,220). Sum of RGB (Red+Green+Blue) = 173+36+220=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD24DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24DC is #52DB23. Grayscale: #616161. Windows color (decimal): -5430052 or 14427309. OLE color: 14427309.

HSL color Cylindrical-coordinate representation of color #AD24DC: hue angle of 284.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD24DC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 36 220 -
CMYK 0.21 0.84 0 0.14
HSL 284.67º 0.72% 0.5% -
HSV(B) 284.67º 0.84% 0.86% -
XYZ 30.78 15.31 69.04 -
YUV 97.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 173 36 220 0.21 0.84 0 0.14 284.67 0.72 0.5
Hex AD 24 DC 15 54 0 E 11D 48 32
Octal 255 44 334 25 124 0 16 435 110 62
Binary 10101101 100100 11011100 10101 1010100 0 1110 100011101 1001000 110010

Color Harmonies of #AD24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24DC

Black with #AD24DC

Text Example


Text Example

White with #AD24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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