Html Css Color HEX #A024D1 Dark Orchid

📋 copy color: '#A024D1'

red 160 ◦ green 36 ◦ blue 209

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

Shades of Dark Orchid #A024D1

Tints of Dark Orchid #A024D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.6%

R = 39.51%
G = 8.89%
B = 51.6%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A024D1 (or 0xA024D1) is known color: Dark Orchid. HEX triplet: A0, 24 and D1. RGB value is (160,36,209). Sum of RGB (Red+Green+Blue) = 160+36+209=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #A024D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024D1 is #5FDB2E. Grayscale: #5C5C5C. Windows color (decimal): -6282031 or 13706400. OLE color: 13706400.

HSL color Cylindrical-coordinate representation of color #A024D1: hue angle of 283.01º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A024D1 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 36 209 -
CMYK 0.23 0.83 0 0.18
HSL 283.01º 0.71% 0.48% -
HSV(B) 283.01º 0.83% 0.82% -
XYZ 26.64 13.34 61.49 -
YUV 92.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 160 36 209 0.23 0.83 0 0.18 283.01 0.71 0.48
Hex A0 24 D1 17 53 0 12 11B 47 30
Octal 240 44 321 27 123 0 22 433 107 60
Binary 10100000 100100 11010001 10111 1010011 0 10010 100011011 1000111 110000

Color Harmonies of #A024D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024D1

Black with #A024D1

Text Example


Text Example

White with #A024D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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