Html Css Color HEX #A01878 Dark Purple

📋 copy color: '#A01878'

red 160 ◦ green 24 ◦ blue 120

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

Shades of Dark Purple #A01878

Tints of Dark Purple #A01878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

 BLUE value IS 120 (47.27% from 255) = 39.47%

R = 52.63%
G = 7.89%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A01878 (or 0xA01878) is known color: Dark Purple. HEX triplet: A0, 18 and 78. RGB value is (160,24,120). Sum of RGB (Red+Green+Blue) = 160+24+120=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A01878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01878 is #5FE787. Grayscale: #4B4B4B. Windows color (decimal): -6285192 or 7870624. OLE color: 7870624.

HSL color Cylindrical-coordinate representation of color #A01878: hue angle of 317.65º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01878 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 120 -
CMYK 0 0.85 0.25 0.37
HSL 317.65º 0.74% 0.36% -
HSV(B) 317.65º 0.85% 0.63% -
XYZ 18.21 9.48 18.64 -
YUV 75.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 160 24 120 0 0.85 0.25 0.37 317.65 0.74 0.36
Hex A0 18 78 0 55 19 25 13E 4A 24
Octal 240 30 170 0 125 31 45 476 112 44
Binary 10100000 11000 1111000 0 1010101 11001 100101 100111110 1001010 100100

Color Harmonies of #A01878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01878

Black with #A01878

Text Example


Text Example

White with #A01878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01878; }

 p { color: rgb(160,24,120); }

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

background-color css

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

 a { background-color: rgb(160,24,120); }

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

border-color css

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

 span { border-color: rgb(160,24,120); }

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