Html Css Color HEX #A0287F Dark Purple

📋 copy color: '#A0287F'

red 160 ◦ green 40 ◦ blue 127

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

Shades of Dark Purple #A0287F

Tints of Dark Purple #A0287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 48.93%
G = 12.23%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0287F (or 0xA0287F) is known color: Dark Purple. HEX triplet: A0, 28 and 7F. RGB value is (160,40,127). Sum of RGB (Red+Green+Blue) = 160+40+127=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0287F is #5FD780. Grayscale: #555555. Windows color (decimal): -6281089 or 8333472. OLE color: 8333472.

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

Color convert

RGB 160 40 127 -
CMYK 0 0.75 0.21 0.37
HSL 316.5º 0.6% 0.39% -
HSV(B) 316.5º 0.75% 0.63% -
XYZ 19.09 10.52 21.1 -
YUV 85.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 160 40 127 0 0.75 0.21 0.37 316.5 0.6 0.39
Hex A0 28 7F 0 4B 15 25 13C 3C 27
Octal 240 50 177 0 113 25 45 474 74 47
Binary 10100000 101000 1111111 0 1001011 10101 100101 100111100 111100 100111

Color Harmonies of #A0287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0287F

Black with #A0287F

Text Example


Text Example

White with #A0287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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