Html Css Color HEX #A31483 Dark Purple

📋 copy color: '#A31483'

red 163 ◦ green 20 ◦ blue 131

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

Shades of Dark Purple #A31483

Tints of Dark Purple #A31483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 51.91%
G = 6.37%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A31483 (or 0xA31483) is known color: Dark Purple. HEX triplet: A3, 14 and 83. RGB value is (163,20,131). Sum of RGB (Red+Green+Blue) = 163+20+131=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A31483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31483 is #5CEB7C. Grayscale: #4B4B4B. Windows color (decimal): -6089597 or 8590499. OLE color: 8590499.

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

Color convert

RGB 163 20 131 -
CMYK 0 0.88 0.20 0.36
HSL 313.43º 0.78% 0.36% -
HSV(B) 313.43º 0.88% 0.64% -
XYZ 19.45 9.93 22.36 -
YUV 75.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 163 20 131 0 0.88 0.20 0.36 313.43 0.78 0.36
Hex A3 14 83 0 58 14 24 139 4E 24
Octal 243 24 203 0 130 24 44 471 116 44
Binary 10100011 10100 10000011 0 1011000 10100 100100 100111001 1001110 100100

Color Harmonies of #A31483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31483

Black with #A31483

Text Example


Text Example

White with #A31483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31483; }

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

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

background-color css

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

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

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

border-color css

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

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

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