Html Css Color HEX #A00F81 Dark Purple

📋 copy color: '#A00F81'

red 160 ◦ green 15 ◦ blue 129

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

Shades of Dark Purple #A00F81

Tints of Dark Purple #A00F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

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

R = 52.63%
G = 4.93%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00F81 (or 0xA00F81) is known color: Dark Purple. HEX triplet: A0, 0F and 81. RGB value is (160,15,129). Sum of RGB (Red+Green+Blue) = 160+15+129=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F81 is #5FF07E. Grayscale: #474747. Windows color (decimal): -6287487 or 8458144. OLE color: 8458144.

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

Color convert

RGB 160 15 129 -
CMYK 0 0.91 0.19 0.37
HSL 312.83º 0.83% 0.34% -
HSV(B) 312.83º 0.91% 0.63% -
XYZ 18.63 9.4 21.6 -
YUV 71.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 160 15 129 0 0.91 0.19 0.37 312.83 0.83 0.34
Hex A0 F 81 0 5B 13 25 139 53 22
Octal 240 17 201 0 133 23 45 471 123 42
Binary 10100000 1111 10000001 0 1011011 10011 100101 100111001 1010011 100010

Color Harmonies of #A00F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F81

Black with #A00F81

Text Example


Text Example

White with #A00F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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