Html Css Color HEX #A30380 Eggplant

📋 copy color: '#A30380'

red 163 ◦ green 3 ◦ blue 128

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

Shades of Eggplant #A30380

Tints of Eggplant #A30380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 55.44%
G = 1.02%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A30380 (or 0xA30380) is known color: Eggplant. HEX triplet: A3, 03 and 80. RGB value is (163,3,128). Sum of RGB (Red+Green+Blue) = 163+3+128=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A30380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30380 is #5CFC7F. Grayscale: #404040. Windows color (decimal): -6093952 or 8389539. OLE color: 8389539.

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

Color convert

RGB 163 3 128 -
CMYK 0 0.98 0.21 0.36
HSL 313.13º 0.96% 0.33% -
HSV(B) 313.13º 0.98% 0.64% -
XYZ 19.03 9.41 21.24 -
YUV 65.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 163 3 128 0 0.98 0.21 0.36 313.13 0.96 0.33
Hex A3 3 80 0 62 15 24 139 60 21
Octal 243 3 200 0 142 25 44 471 140 41
Binary 10100011 11 10000000 0 1100010 10101 100100 100111001 1100000 100001

Color Harmonies of #A30380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30380

Black with #A30380

Text Example


Text Example

White with #A30380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30380; }

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

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

background-color css

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

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

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

border-color css

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

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

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