Html Css Color HEX #A01685 Dark Purple

📋 copy color: '#A01685'

red 160 ◦ green 22 ◦ blue 133

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

Shades of Dark Purple #A01685

Tints of Dark Purple #A01685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

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

R = 50.79%
G = 6.98%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A01685 (or 0xA01685) is known color: Dark Purple. HEX triplet: A0, 16 and 85. RGB value is (160,22,133). Sum of RGB (Red+Green+Blue) = 160+22+133=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A01685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01685 is #5FE97A. Grayscale: #4B4B4B. Windows color (decimal): -6285691 or 8722080. OLE color: 8722080.

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

Color convert

RGB 160 22 133 -
CMYK 0 0.86 0.17 0.37
HSL 311.74º 0.76% 0.36% -
HSV(B) 311.74º 0.86% 0.63% -
XYZ 19.02 9.74 23.07 -
YUV 75.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 160 22 133 0 0.86 0.17 0.37 311.74 0.76 0.36
Hex A0 16 85 0 56 11 25 138 4C 24
Octal 240 26 205 0 126 21 45 470 114 44
Binary 10100000 10110 10000101 0 1010110 10001 100101 100111000 1001100 100100

Color Harmonies of #A01685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01685

Black with #A01685

Text Example


Text Example

White with #A01685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01685; }

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

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

background-color css

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

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

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

border-color css

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

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

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