Html Css Color HEX #A31D91 Dark Purple

📋 copy color: '#A31D91'

red 163 ◦ green 29 ◦ blue 145

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

Shades of Dark Purple #A31D91

Tints of Dark Purple #A31D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.61%

 BLUE value IS 145 (57.03% from 255) = 43.03%

R = 48.37%
G = 8.61%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A31D91 (or 0xA31D91) is known color: Dark Purple. HEX triplet: A3, 1D and 91. RGB value is (163,29,145). Sum of RGB (Red+Green+Blue) = 163+29+145=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D91 is #5CE26E. Grayscale: #515151. Windows color (decimal): -6087279 or 9510307. OLE color: 9510307.

HSL color Cylindrical-coordinate representation of color #A31D91: hue angle of 308.06º degrees, saturation: 0.7, 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 #A31D91 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 29 145 -
CMYK 0 0.82 0.11 0.36
HSL 308.06º 0.7% 0.38% -
HSV(B) 308.06º 0.82% 0.64% -
XYZ 20.65 10.71 27.77 -
YUV 82.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 163 29 145 0 0.82 0.11 0.36 308.06 0.7 0.38
Hex A3 1D 91 0 52 B 24 134 46 26
Octal 243 35 221 0 122 13 44 464 106 46
Binary 10100011 11101 10010001 0 1010010 1011 100100 100110100 1000110 100110

Color Harmonies of #A31D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D91

Black with #A31D91

Text Example


Text Example

White with #A31D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D91; }

 p { color: rgb(163,29,145); }

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

background-color css

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

 a { background-color: rgb(163,29,145); }

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

border-color css

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

 span { border-color: rgb(163,29,145); }

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