Html Css Color HEX #A31E83 Dark Purple

📋 copy color: '#A31E83'

red 163 ◦ green 30 ◦ blue 131

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

Shades of Dark Purple #A31E83

Tints of Dark Purple #A31E83

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

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

R = 50.31%
G = 9.26%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A31E83 (or 0xA31E83) is known color: Dark Purple. HEX triplet: A3, 1E and 83. RGB value is (163,30,131). Sum of RGB (Red+Green+Blue) = 163+30+131=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E83 is #5CE17C. Grayscale: #515151. Windows color (decimal): -6087037 or 8593059. OLE color: 8593059.

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

Color convert

RGB 163 30 131 -
CMYK 0 0.82 0.20 0.36
HSL 314.44º 0.69% 0.38% -
HSV(B) 314.44º 0.82% 0.64% -
XYZ 19.67 10.35 22.43 -
YUV 81.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 163 30 131 0 0.82 0.20 0.36 314.44 0.69 0.38
Hex A3 1E 83 0 52 14 24 13A 45 26
Octal 243 36 203 0 122 24 44 472 105 46
Binary 10100011 11110 10000011 0 1010010 10100 100100 100111010 1000101 100110

Color Harmonies of #A31E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E83

Black with #A31E83

Text Example


Text Example

White with #A31E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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