Html Css Color HEX #A31482 Dark Purple

📋 copy color: '#A31482'

red 163 ◦ green 20 ◦ blue 130

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

Shades of Dark Purple #A31482

Tints of Dark Purple #A31482

RGB

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

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

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

R = 52.08%
G = 6.39%
B = 41.53%

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

#A31482 (or 0xA31482) is known color: Dark Purple. HEX triplet: A3, 14 and 82. RGB value is (163,20,130). Sum of RGB (Red+Green+Blue) = 163+20+130=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A31482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31482 is #5CEB7D. Grayscale: #4B4B4B. Windows color (decimal): -6089598 or 8524963. OLE color: 8524963.

HSL color Cylindrical-coordinate representation of color #A31482: hue angle of 313.85º 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 #A31482 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 20 130 -
CMYK 0 0.88 0.20 0.36
HSL 313.85º 0.78% 0.36% -
HSV(B) 313.85º 0.88% 0.64% -
XYZ 19.38 9.9 22.01 -
YUV 75.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 163 20 130 0 0.88 0.20 0.36 313.85 0.78 0.36
Hex A3 14 82 0 58 14 24 13A 4E 24
Octal 243 24 202 0 130 24 44 472 116 44
Binary 10100011 10100 10000010 0 1011000 10100 100100 100111010 1001110 100100

Color Harmonies of #A31482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31482

Black with #A31482

Text Example


Text Example

White with #A31482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31482; }

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

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

background-color css

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

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

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

border-color css

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

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

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