Html Css Color HEX #A01488 Dark Purple

📋 copy color: '#A01488'

red 160 ◦ green 20 ◦ blue 136

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

Shades of Dark Purple #A01488

Tints of Dark Purple #A01488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 50.63%
G = 6.33%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A01488 (or 0xA01488) is known color: Dark Purple. HEX triplet: A0, 14 and 88. RGB value is (160,20,136). Sum of RGB (Red+Green+Blue) = 160+20+136=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A01488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01488 is #5FEB77. Grayscale: #4A4A4A. Windows color (decimal): -6286200 or 8918176. OLE color: 8918176.

HSL color Cylindrical-coordinate representation of color #A01488: hue angle of 310.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01488 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 136 -
CMYK 0 0.88 0.15 0.37
HSL 310.29º 0.78% 0.35% -
HSV(B) 310.29º 0.88% 0.63% -
XYZ 19.19 9.75 24.16 -
YUV 75.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 160 20 136 0 0.88 0.15 0.37 310.29 0.78 0.35
Hex A0 14 88 0 58 F 25 136 4E 23
Octal 240 24 210 0 130 17 45 466 116 43
Binary 10100000 10100 10001000 0 1011000 1111 100101 100110110 1001110 100011

Color Harmonies of #A01488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01488

Black with #A01488

Text Example


Text Example

White with #A01488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01488; }

 p { color: rgb(160,20,136); }

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

background-color css

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

 a { background-color: rgb(160,20,136); }

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

border-color css

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

 span { border-color: rgb(160,20,136); }

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