Html Css Color HEX #A024DC Dark Orchid

📋 copy color: '#A024DC'

red 160 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #A024DC

Tints of Dark Orchid #A024DC

RGB

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

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

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

R = 38.46%
G = 8.65%
B = 52.88%

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

#A024DC (or 0xA024DC) is known color: Dark Orchid. HEX triplet: A0, 24 and DC. RGB value is (160,36,220). Sum of RGB (Red+Green+Blue) = 160+36+220=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #A024DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024DC is #5FDB23. Grayscale: #5D5D5D. Windows color (decimal): -6282020 or 14427296. OLE color: 14427296.

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

Color convert

RGB 160 36 220 -
CMYK 0.27 0.84 0 0.14
HSL 280.43º 0.72% 0.5% -
HSV(B) 280.43º 0.84% 0.86% -
XYZ 28.05 13.9 68.92 -
YUV 94.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 160 36 220 0.27 0.84 0 0.14 280.43 0.72 0.5
Hex A0 24 DC 1B 54 0 E 118 48 32
Octal 240 44 334 33 124 0 16 430 110 62
Binary 10100000 100100 11011100 11011 1010100 0 1110 100011000 1001000 110010

Color Harmonies of #A024DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024DC

Black with #A024DC

Text Example


Text Example

White with #A024DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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