Html Css Color HEX #A01A75 Dark Purple

📋 copy color: '#A01A75'

red 160 ◦ green 26 ◦ blue 117

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

Shades of Dark Purple #A01A75

Tints of Dark Purple #A01A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

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

R = 52.81%
G = 8.58%
B = 38.61%

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

#A01A75 (or 0xA01A75) is known color: Dark Purple. HEX triplet: A0, 1A and 75. RGB value is (160,26,117). Sum of RGB (Red+Green+Blue) = 160+26+117=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A75 is #5FE58A. Grayscale: #4C4C4C. Windows color (decimal): -6284683 or 7674528. OLE color: 7674528.

HSL color Cylindrical-coordinate representation of color #A01A75: hue angle of 319.25º degrees, saturation: 0.72, 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 #A01A75 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 26 117 -
CMYK 0 0.84 0.27 0.37
HSL 319.25º 0.72% 0.36% -
HSV(B) 319.25º 0.84% 0.63% -
XYZ 18.08 9.5 17.71 -
YUV 76.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 160 26 117 0 0.84 0.27 0.37 319.25 0.72 0.36
Hex A0 1A 75 0 54 1B 25 13F 48 24
Octal 240 32 165 0 124 33 45 477 110 44
Binary 10100000 11010 1110101 0 1010100 11011 100101 100111111 1001000 100100

Color Harmonies of #A01A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A75

Black with #A01A75

Text Example


Text Example

White with #A01A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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