Html Css Color HEX #A30780 Eggplant

📋 copy color: '#A30780'

red 163 ◦ green 7 ◦ blue 128

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

Shades of Eggplant #A30780

Tints of Eggplant #A30780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

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

R = 54.7%
G = 2.35%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A30780 (or 0xA30780) is known color: Eggplant. HEX triplet: A3, 07 and 80. RGB value is (163,7,128). Sum of RGB (Red+Green+Blue) = 163+7+128=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A30780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30780 is #5CF87F. Grayscale: #434343. Windows color (decimal): -6092928 or 8390563. OLE color: 8390563.

HSL color Cylindrical-coordinate representation of color #A30780: hue angle of 313.46º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30780 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 128 -
CMYK 0 0.96 0.21 0.36
HSL 313.46º 0.92% 0.33% -
HSV(B) 313.46º 0.96% 0.64% -
XYZ 19.08 9.5 21.25 -
YUV 67.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 163 7 128 0 0.96 0.21 0.36 313.46 0.92 0.33
Hex A3 7 80 0 60 15 24 139 5C 21
Octal 243 7 200 0 140 25 44 471 134 41
Binary 10100011 111 10000000 0 1100000 10101 100100 100111001 1011100 100001

Color Harmonies of #A30780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30780

Black with #A30780

Text Example


Text Example

White with #A30780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30780; }

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

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

background-color css

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

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

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

border-color css

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

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

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