Html Css Color HEX #A0288F Dark Purple

📋 copy color: '#A0288F'

red 160 ◦ green 40 ◦ blue 143

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

Shades of Dark Purple #A0288F

Tints of Dark Purple #A0288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 46.65%
G = 11.66%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0288F (or 0xA0288F) is known color: Dark Purple. HEX triplet: A0, 28 and 8F. RGB value is (160,40,143). Sum of RGB (Red+Green+Blue) = 160+40+143=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0288F is #5FD770. Grayscale: #575757. Windows color (decimal): -6281073 or 9382048. OLE color: 9382048.

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

Color convert

RGB 160 40 143 -
CMYK 0 0.75 0.11 0.37
HSL 308.5º 0.6% 0.39% -
HSV(B) 308.5º 0.75% 0.63% -
XYZ 20.21 10.97 27.04 -
YUV 87.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 160 40 143 0 0.75 0.11 0.37 308.5 0.6 0.39
Hex A0 28 8F 0 4B B 25 134 3C 27
Octal 240 50 217 0 113 13 45 464 74 47
Binary 10100000 101000 10001111 0 1001011 1011 100101 100110100 111100 100111

Color Harmonies of #A0288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0288F

Black with #A0288F

Text Example


Text Example

White with #A0288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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