Html Css Color HEX #AD24DB Dark Orchid

📋 copy color: '#AD24DB'

red 173 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #AD24DB

Tints of Dark Orchid #AD24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 40.42%
G = 8.41%
B = 51.17%

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

#AD24DB (or 0xAD24DB) is known color: Dark Orchid. HEX triplet: AD, 24 and DB. RGB value is (173,36,219). Sum of RGB (Red+Green+Blue) = 173+36+219=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24DB is #52DB24. Grayscale: #616161. Windows color (decimal): -5430053 or 14361773. OLE color: 14361773.

HSL color Cylindrical-coordinate representation of color #AD24DB: hue angle of 284.92º 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 #AD24DB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 36 219 -
CMYK 0.21 0.84 0 0.14
HSL 284.92º 0.72% 0.5% -
HSV(B) 284.92º 0.84% 0.86% -
XYZ 30.65 15.26 68.35 -
YUV 97.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 173 36 219 0.21 0.84 0 0.14 284.92 0.72 0.5
Hex AD 24 DB 15 54 0 E 11D 48 32
Octal 255 44 333 25 124 0 16 435 110 62
Binary 10101101 100100 11011011 10101 1010100 0 1110 100011101 1001000 110010

Color Harmonies of #AD24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24DB

Black with #AD24DB

Text Example


Text Example

White with #AD24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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