Html Css Color HEX #A31080 Eggplant

📋 copy color: '#A31080'

red 163 ◦ green 16 ◦ blue 128

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

Shades of Eggplant #A31080

Tints of Eggplant #A31080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 53.09%
G = 5.21%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A31080 (or 0xA31080) is known color: Eggplant. HEX triplet: A3, 10 and 80. RGB value is (163,16,128). Sum of RGB (Red+Green+Blue) = 163+16+128=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A31080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31080 is #5CEF7F. Grayscale: #484848. Windows color (decimal): -6090624 or 8392867. OLE color: 8392867.

HSL color Cylindrical-coordinate representation of color #A31080: hue angle of 314.29º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31080 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 128 -
CMYK 0 0.90 0.21 0.36
HSL 314.29º 0.82% 0.35% -
HSV(B) 314.29º 0.9% 0.64% -
XYZ 19.19 9.72 21.29 -
YUV 72.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 163 16 128 0 0.90 0.21 0.36 314.29 0.82 0.35
Hex A3 10 80 0 5A 15 24 13A 52 23
Octal 243 20 200 0 132 25 44 472 122 43
Binary 10100011 10000 10000000 0 1011010 10101 100100 100111010 1010010 100011

Color Harmonies of #A31080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31080

Black with #A31080

Text Example


Text Example

White with #A31080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31080; }

 p { color: rgb(163,16,128); }

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

background-color css

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

 a { background-color: rgb(163,16,128); }

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

border-color css

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

 span { border-color: rgb(163,16,128); }

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