Html Css Color HEX #A31282 Dark Purple

📋 copy color: '#A31282'

red 163 ◦ green 18 ◦ blue 130

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

Shades of Dark Purple #A31282

Tints of Dark Purple #A31282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 52.41%
G = 5.79%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A31282 (or 0xA31282) is known color: Dark Purple. HEX triplet: A3, 12 and 82. RGB value is (163,18,130). Sum of RGB (Red+Green+Blue) = 163+18+130=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A31282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31282 is #5CED7D. Grayscale: #494949. Windows color (decimal): -6090110 or 8524451. OLE color: 8524451.

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

Color convert

RGB 163 18 130 -
CMYK 0 0.89 0.20 0.36
HSL 313.66º 0.8% 0.35% -
HSV(B) 313.66º 0.89% 0.64% -
XYZ 19.35 9.83 22 -
YUV 74.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 163 18 130 0 0.89 0.20 0.36 313.66 0.8 0.35
Hex A3 12 82 0 59 14 24 13A 50 23
Octal 243 22 202 0 131 24 44 472 120 43
Binary 10100011 10010 10000010 0 1011001 10100 100100 100111010 1010000 100011

Color Harmonies of #A31282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31282

Black with #A31282

Text Example


Text Example

White with #A31282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31282; }

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

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

background-color css

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

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

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

border-color css

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

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

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