Html Css Color HEX #A0287D Dark Purple

📋 copy color: '#A0287D'

red 160 ◦ green 40 ◦ blue 125

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

Shades of Dark Purple #A0287D

Tints of Dark Purple #A0287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 49.23%
G = 12.31%
B = 38.46%

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

#A0287D (or 0xA0287D) is known color: Dark Purple. HEX triplet: A0, 28 and 7D. RGB value is (160,40,125). Sum of RGB (Red+Green+Blue) = 160+40+125=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0287D is #5FD782. Grayscale: #555555. Windows color (decimal): -6281091 or 8202400. OLE color: 8202400.

HSL color Cylindrical-coordinate representation of color #A0287D: hue angle of 317.5º 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 #A0287D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 40 125 -
CMYK 0 0.75 0.22 0.37
HSL 317.5º 0.6% 0.39% -
HSV(B) 317.5º 0.75% 0.63% -
XYZ 18.96 10.47 20.42 -
YUV 85.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 160 40 125 0 0.75 0.22 0.37 317.5 0.6 0.39
Hex A0 28 7D 0 4B 16 25 13E 3C 27
Octal 240 50 175 0 113 26 45 476 74 47
Binary 10100000 101000 1111101 0 1001011 10110 100101 100111110 111100 100111

Color Harmonies of #A0287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0287D

Black with #A0287D

Text Example


Text Example

White with #A0287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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