Html Css Color HEX #A01975 Dark Purple

📋 copy color: '#A01975'

red 160 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #A01975

Tints of Dark Purple #A01975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 52.98%
G = 8.28%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A01975 (or 0xA01975) is known color: Dark Purple. HEX triplet: A0, 19 and 75. RGB value is (160,25,117). Sum of RGB (Red+Green+Blue) = 160+25+117=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A01975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01975 is #5FE68A. Grayscale: #4B4B4B. Windows color (decimal): -6284939 or 7674272. OLE color: 7674272.

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

Color convert

RGB 160 25 117 -
CMYK 0 0.84 0.27 0.37
HSL 319.11º 0.73% 0.36% -
HSV(B) 319.11º 0.84% 0.63% -
XYZ 18.06 9.45 17.7 -
YUV 75.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 160 25 117 0 0.84 0.27 0.37 319.11 0.73 0.36
Hex A0 19 75 0 54 1B 25 13F 49 24
Octal 240 31 165 0 124 33 45 477 111 44
Binary 10100000 11001 1110101 0 1010100 11011 100101 100111111 1001001 100100

Color Harmonies of #A01975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01975

Black with #A01975

Text Example


Text Example

White with #A01975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01975; }

 p { color: rgb(160,25,117); }

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

background-color css

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

 a { background-color: rgb(160,25,117); }

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

border-color css

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

 span { border-color: rgb(160,25,117); }

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