Html Css Color HEX #A31F93 Dark Purple

📋 copy color: '#A31F93'

red 163 ◦ green 31 ◦ blue 147

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

Shades of Dark Purple #A31F93

Tints of Dark Purple #A31F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 47.8%
G = 9.09%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31F93 (or 0xA31F93) is known color: Dark Purple. HEX triplet: A3, 1F and 93. RGB value is (163,31,147). Sum of RGB (Red+Green+Blue) = 163+31+147=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F93 is #5CE06C. Grayscale: #535353. Windows color (decimal): -6086765 or 9641891. OLE color: 9641891.

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

Color convert

RGB 163 31 147 -
CMYK 0 0.81 0.10 0.36
HSL 307.27º 0.68% 0.38% -
HSV(B) 307.27º 0.81% 0.64% -
XYZ 20.86 10.87 28.6 -
YUV 83.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 163 31 147 0 0.81 0.10 0.36 307.27 0.68 0.38
Hex A3 1F 93 0 51 A 24 133 44 26
Octal 243 37 223 0 121 12 44 463 104 46
Binary 10100011 11111 10010011 0 1010001 1010 100100 100110011 1000100 100110

Color Harmonies of #A31F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F93

Black with #A31F93

Text Example


Text Example

White with #A31F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F93; }

 p { color: rgb(163,31,147); }

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

background-color css

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

 a { background-color: rgb(163,31,147); }

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

border-color css

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

 span { border-color: rgb(163,31,147); }

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