Html Css Color HEX #A01281 Dark Purple

📋 copy color: '#A01281'

red 160 ◦ green 18 ◦ blue 129

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

Shades of Dark Purple #A01281

Tints of Dark Purple #A01281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 52.12%
G = 5.86%
B = 42.02%

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

#A01281 (or 0xA01281) is known color: Dark Purple. HEX triplet: A0, 12 and 81. RGB value is (160,18,129). Sum of RGB (Red+Green+Blue) = 160+18+129=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A01281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01281 is #5FED7E. Grayscale: #484848. Windows color (decimal): -6286719 or 8458912. OLE color: 8458912.

HSL color Cylindrical-coordinate representation of color #A01281: hue angle of 313.1º degrees, saturation: 0.8, 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 #A01281 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 129 -
CMYK 0 0.89 0.19 0.37
HSL 313.1º 0.8% 0.35% -
HSV(B) 313.1º 0.89% 0.63% -
XYZ 18.68 9.49 21.62 -
YUV 73.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 160 18 129 0 0.89 0.19 0.37 313.1 0.8 0.35
Hex A0 12 81 0 59 13 25 139 50 23
Octal 240 22 201 0 131 23 45 471 120 43
Binary 10100000 10010 10000001 0 1011001 10011 100101 100111001 1010000 100011

Color Harmonies of #A01281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01281

Black with #A01281

Text Example


Text Example

White with #A01281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01281; }

 p { color: rgb(160,18,129); }

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

background-color css

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

 a { background-color: rgb(160,18,129); }

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

border-color css

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

 span { border-color: rgb(160,18,129); }

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