Html Css Color HEX #A024DB Dark Orchid

📋 copy color: '#A024DB'

red 160 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #A024DB

Tints of Dark Orchid #A024DB

RGB

 RED value IS 160 (62.89% from 255) = 38.55%

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

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

R = 38.55%
G = 8.67%
B = 52.77%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A024DB (or 0xA024DB) is known color: Dark Orchid. HEX triplet: A0, 24 and DB. RGB value is (160,36,219). Sum of RGB (Red+Green+Blue) = 160+36+219=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A024DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024DB is #5FDB24. Grayscale: #5D5D5D. Windows color (decimal): -6282021 or 14361760. OLE color: 14361760.

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

Color convert

RGB 160 36 219 -
CMYK 0.27 0.84 0 0.14
HSL 280.66º 0.72% 0.5% -
HSV(B) 280.66º 0.84% 0.86% -
XYZ 27.91 13.85 68.22 -
YUV 93.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 160 36 219 0.27 0.84 0 0.14 280.66 0.72 0.5
Hex A0 24 DB 1B 54 0 E 119 48 32
Octal 240 44 333 33 124 0 16 431 110 62
Binary 10100000 100100 11011011 11011 1010100 0 1110 100011001 1001000 110010

Color Harmonies of #A024DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024DB

Black with #A024DB

Text Example


Text Example

White with #A024DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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