Html Css Color HEX #A01080 Dark Purple

📋 copy color: '#A01080'

red 160 ◦ green 16 ◦ blue 128

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

Shades of Dark Purple #A01080

Tints of Dark Purple #A01080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 52.63%
G = 5.26%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A01080 (or 0xA01080) is known color: Dark Purple. HEX triplet: A0, 10 and 80. RGB value is (160,16,128). Sum of RGB (Red+Green+Blue) = 160+16+128=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A01080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01080 is #5FEF7F. Grayscale: #474747. Windows color (decimal): -6287232 or 8392864. OLE color: 8392864.

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

Color convert

RGB 160 16 128 -
CMYK 0 0.9 0.20 0.37
HSL 313.33º 0.82% 0.35% -
HSV(B) 313.33º 0.9% 0.63% -
XYZ 18.58 9.4 21.26 -
YUV 71.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 160 16 128 0 0.9 0.20 0.37 313.33 0.82 0.35
Hex A0 10 80 0 5A 14 25 139 52 23
Octal 240 20 200 0 132 24 45 471 122 43
Binary 10100000 10000 10000000 0 1011010 10100 100101 100111001 1010010 100011

Color Harmonies of #A01080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01080

Black with #A01080

Text Example


Text Example

White with #A01080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01080; }

 p { color: rgb(160,16,128); }

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

background-color css

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

 a { background-color: rgb(160,16,128); }

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

border-color css

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

 span { border-color: rgb(160,16,128); }

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