Html Css Color HEX #A31783 Dark Purple

📋 copy color: '#A31783'

red 163 ◦ green 23 ◦ blue 131

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

Shades of Dark Purple #A31783

Tints of Dark Purple #A31783

RGB

 RED value IS 163 (64.06% from 255) = 51.42%

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

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

R = 51.42%
G = 7.26%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A31783 (or 0xA31783) is known color: Dark Purple. HEX triplet: A3, 17 and 83. RGB value is (163,23,131). Sum of RGB (Red+Green+Blue) = 163+23+131=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A31783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31783 is #5CE87C. Grayscale: #4C4C4C. Windows color (decimal): -6088829 or 8591267. OLE color: 8591267.

HSL color Cylindrical-coordinate representation of color #A31783: hue angle of 313.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31783 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 23 131 -
CMYK 0 0.86 0.20 0.36
HSL 313.71º 0.75% 0.36% -
HSV(B) 313.71º 0.86% 0.64% -
XYZ 19.51 10.04 22.38 -
YUV 77.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 163 23 131 0 0.86 0.20 0.36 313.71 0.75 0.36
Hex A3 17 83 0 56 14 24 13A 4B 24
Octal 243 27 203 0 126 24 44 472 113 44
Binary 10100011 10111 10000011 0 1010110 10100 100100 100111010 1001011 100100

Color Harmonies of #A31783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31783

Black with #A31783

Text Example


Text Example

White with #A31783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31783; }

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

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

background-color css

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

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

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

border-color css

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

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

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