Html Css Color HEX #A01182 Dark Purple

📋 copy color: '#A01182'

red 160 ◦ green 17 ◦ blue 130

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

Shades of Dark Purple #A01182

Tints of Dark Purple #A01182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.54%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 52.12%
G = 5.54%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A01182 (or 0xA01182) is known color: Dark Purple. HEX triplet: A0, 11 and 82. RGB value is (160,17,130). Sum of RGB (Red+Green+Blue) = 160+17+130=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A01182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01182 is #5FEE7D. Grayscale: #484848. Windows color (decimal): -6286974 or 8524192. OLE color: 8524192.

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

Color convert

RGB 160 17 130 -
CMYK 0 0.89 0.19 0.37
HSL 312.59º 0.81% 0.35% -
HSV(B) 312.59º 0.89% 0.63% -
XYZ 18.73 9.49 21.96 -
YUV 72.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 160 17 130 0 0.89 0.19 0.37 312.59 0.81 0.35
Hex A0 11 82 0 59 13 25 139 51 23
Octal 240 21 202 0 131 23 45 471 121 43
Binary 10100000 10001 10000010 0 1011001 10011 100101 100111001 1010001 100011

Color Harmonies of #A01182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01182

Black with #A01182

Text Example


Text Example

White with #A01182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01182; }

 p { color: rgb(160,17,130); }

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

background-color css

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

 a { background-color: rgb(160,17,130); }

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

border-color css

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

 span { border-color: rgb(160,17,130); }

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