Html Css Color HEX #A01183 Dark Purple

📋 copy color: '#A01183'

red 160 ◦ green 17 ◦ blue 131

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

Shades of Dark Purple #A01183

Tints of Dark Purple #A01183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 51.95%
G = 5.52%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A01183 (or 0xA01183) is known color: Dark Purple. HEX triplet: A0, 11 and 83. RGB value is (160,17,131). Sum of RGB (Red+Green+Blue) = 160+17+131=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A01183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01183 is #5FEE7C. Grayscale: #484848. Windows color (decimal): -6286973 or 8589728. OLE color: 8589728.

HSL color Cylindrical-coordinate representation of color #A01183: hue angle of 312.17º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01183 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 131 -
CMYK 0 0.89 0.18 0.37
HSL 312.17º 0.81% 0.35% -
HSV(B) 312.17º 0.89% 0.63% -
XYZ 18.79 9.51 22.32 -
YUV 72.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 160 17 131 0 0.89 0.18 0.37 312.17 0.81 0.35
Hex A0 11 83 0 59 12 25 138 51 23
Octal 240 21 203 0 131 22 45 470 121 43
Binary 10100000 10001 10000011 0 1011001 10010 100101 100111000 1010001 100011

Color Harmonies of #A01183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01183

Black with #A01183

Text Example


Text Example

White with #A01183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01183; }

 p { color: rgb(160,17,131); }

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

background-color css

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

 a { background-color: rgb(160,17,131); }

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

border-color css

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

 span { border-color: rgb(160,17,131); }

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