Html Css Color HEX #A0287C Dark Purple

📋 copy color: '#A0287C'

red 160 ◦ green 40 ◦ blue 124

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

Shades of Dark Purple #A0287C

Tints of Dark Purple #A0287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 49.38%
G = 12.35%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0287C (or 0xA0287C) is known color: Dark Purple. HEX triplet: A0, 28 and 7C. RGB value is (160,40,124). Sum of RGB (Red+Green+Blue) = 160+40+124=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0287C is #5FD783. Grayscale: #555555. Windows color (decimal): -6281092 or 8136864. OLE color: 8136864.

HSL color Cylindrical-coordinate representation of color #A0287C: hue angle of 318º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0287C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 40 124 -
CMYK 0 0.75 0.22 0.37
HSL 318º 0.6% 0.39% -
HSV(B) 318º 0.75% 0.63% -
XYZ 18.89 10.45 20.09 -
YUV 85.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 160 40 124 0 0.75 0.22 0.37 318 0.6 0.39
Hex A0 28 7C 0 4B 16 25 13E 3C 27
Octal 240 50 174 0 113 26 45 476 74 47
Binary 10100000 101000 1111100 0 1001011 10110 100101 100111110 111100 100111

Color Harmonies of #A0287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0287C

Black with #A0287C

Text Example


Text Example

White with #A0287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0287C; }

 p { color: rgb(160,40,124); }

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

background-color css

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

 a { background-color: rgb(160,40,124); }

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

border-color css

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

 span { border-color: rgb(160,40,124); }

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