Html Css Color HEX #A01783 Dark Purple

📋 copy color: '#A01783'

red 160 ◦ green 23 ◦ blue 131

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

Shades of Dark Purple #A01783

Tints of Dark Purple #A01783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

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

R = 50.96%
G = 7.32%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A01783 (or 0xA01783) is known color: Dark Purple. HEX triplet: A0, 17 and 83. RGB value is (160,23,131). Sum of RGB (Red+Green+Blue) = 160+23+131=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A01783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01783 is #5FE87C. Grayscale: #4B4B4B. Windows color (decimal): -6285437 or 8591264. OLE color: 8591264.

HSL color Cylindrical-coordinate representation of color #A01783: hue angle of 312.7º degrees, saturation: 0.75, 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 #A01783 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 23 131 -
CMYK 0 0.86 0.18 0.37
HSL 312.7º 0.75% 0.36% -
HSV(B) 312.7º 0.86% 0.63% -
XYZ 18.9 9.73 22.35 -
YUV 76.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 160 23 131 0 0.86 0.18 0.37 312.7 0.75 0.36
Hex A0 17 83 0 56 12 25 139 4B 24
Octal 240 27 203 0 126 22 45 471 113 44
Binary 10100000 10111 10000011 0 1010110 10010 100101 100111001 1001011 100100

Color Harmonies of #A01783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01783

Black with #A01783

Text Example


Text Example

White with #A01783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01783; }

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

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

background-color css

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

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

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

border-color css

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

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

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