Html Css Color HEX #A30079 Eggplant

📋 copy color: '#A30079'

red 163 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #A30079

Tints of Eggplant #A30079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 42.61%

R = 57.39%
G = 0%
B = 42.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A30079 (or 0xA30079) is known color: Eggplant. HEX triplet: A3, 00 and 79. RGB value is (163,0,121). Sum of RGB (Red+Green+Blue) = 163+0+121=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A30079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30079 is #5CFF86. Grayscale: #3E3E3E. Windows color (decimal): -6094727 or 7930019. OLE color: 7930019.

HSL color Cylindrical-coordinate representation of color #A30079: hue angle of 315.46º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30079 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 121 -
CMYK 0 1 0.26 0.36
HSL 315.46º 1% 0.32% -
HSV(B) 315.46º 1% 0.64% -
XYZ 18.56 9.17 18.88 -
YUV 62.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 163 0 121 0 1 0.26 0.36 315.46 1 0.32
Hex A3 0 79 0 64 1A 24 13B 64 20
Octal 243 0 171 0 144 32 44 473 144 40
Binary 10100011 0 1111001 0 1100100 11010 100100 100111011 1100100 100000

Color Harmonies of #A30079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30079

Black with #A30079

Text Example


Text Example

White with #A30079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30079; }

 p { color: rgb(163,0,121); }

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

background-color css

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

 a { background-color: rgb(163,0,121); }

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

border-color css

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

 span { border-color: rgb(163,0,121); }

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