Html Css Color HEX #A01985 Dark Purple

📋 copy color: '#A01985'

red 160 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #A01985

Tints of Dark Purple #A01985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 50.31%
G = 7.86%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A01985 (or 0xA01985) is known color: Dark Purple. HEX triplet: A0, 19 and 85. RGB value is (160,25,133). Sum of RGB (Red+Green+Blue) = 160+25+133=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A01985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01985 is #5FE67A. Grayscale: #4D4D4D. Windows color (decimal): -6284923 or 8722848. OLE color: 8722848.

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

Color convert

RGB 160 25 133 -
CMYK 0 0.84 0.17 0.37
HSL 312º 0.73% 0.36% -
HSV(B) 312º 0.84% 0.63% -
XYZ 19.08 9.86 23.09 -
YUV 77.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 160 25 133 0 0.84 0.17 0.37 312 0.73 0.36
Hex A0 19 85 0 54 11 25 138 49 24
Octal 240 31 205 0 124 21 45 470 111 44
Binary 10100000 11001 10000101 0 1010100 10001 100101 100111000 1001001 100100

Color Harmonies of #A01985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01985

Black with #A01985

Text Example


Text Example

White with #A01985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01985; }

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

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

background-color css

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

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

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

border-color css

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

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

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