Html Css Color HEX #A31582 Dark Purple

📋 copy color: '#A31582'

red 163 ◦ green 21 ◦ blue 130

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

Shades of Dark Purple #A31582

Tints of Dark Purple #A31582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 51.91%
G = 6.69%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A31582 (or 0xA31582) is known color: Dark Purple. HEX triplet: A3, 15 and 82. RGB value is (163,21,130). Sum of RGB (Red+Green+Blue) = 163+21+130=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A31582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31582 is #5CEA7D. Grayscale: #4B4B4B. Windows color (decimal): -6089342 or 8525219. OLE color: 8525219.

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

Color convert

RGB 163 21 130 -
CMYK 0 0.87 0.20 0.36
HSL 313.94º 0.77% 0.36% -
HSV(B) 313.94º 0.87% 0.64% -
XYZ 19.4 9.93 22.01 -
YUV 75.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 163 21 130 0 0.87 0.20 0.36 313.94 0.77 0.36
Hex A3 15 82 0 57 14 24 13A 4D 24
Octal 243 25 202 0 127 24 44 472 115 44
Binary 10100011 10101 10000010 0 1010111 10100 100100 100111010 1001101 100100

Color Harmonies of #A31582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31582

Black with #A31582

Text Example


Text Example

White with #A31582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31582; }

 p { color: rgb(163,21,130); }

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

background-color css

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

 a { background-color: rgb(163,21,130); }

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

border-color css

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

 span { border-color: rgb(163,21,130); }

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