Html Css Color HEX #A31488 Dark Purple

📋 copy color: '#A31488'

red 163 ◦ green 20 ◦ blue 136

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

Shades of Dark Purple #A31488

Tints of Dark Purple #A31488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 51.1%
G = 6.27%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A31488 (or 0xA31488) is known color: Dark Purple. HEX triplet: A3, 14 and 88. RGB value is (163,20,136). Sum of RGB (Red+Green+Blue) = 163+20+136=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A31488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31488 is #5CEB77. Grayscale: #4B4B4B. Windows color (decimal): -6089592 or 8918179. OLE color: 8918179.

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

Color convert

RGB 163 20 136 -
CMYK 0 0.88 0.17 0.36
HSL 311.33º 0.78% 0.36% -
HSV(B) 311.33º 0.88% 0.64% -
XYZ 19.8 10.06 24.19 -
YUV 75.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 163 20 136 0 0.88 0.17 0.36 311.33 0.78 0.36
Hex A3 14 88 0 58 11 24 137 4E 24
Octal 243 24 210 0 130 21 44 467 116 44
Binary 10100011 10100 10001000 0 1011000 10001 100100 100110111 1001110 100100

Color Harmonies of #A31488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31488

Black with #A31488

Text Example


Text Example

White with #A31488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31488; }

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

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

background-color css

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

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

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

border-color css

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

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

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