Html Css Color HEX #A30579 Eggplant

📋 copy color: '#A30579'

red 163 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #A30579

Tints of Eggplant #A30579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.73%

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

R = 56.4%
G = 1.73%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A30579 (or 0xA30579) is known color: Eggplant. HEX triplet: A3, 05 and 79. RGB value is (163,5,121). Sum of RGB (Red+Green+Blue) = 163+5+121=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A30579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30579 is #5CFA86. Grayscale: #414141. Windows color (decimal): -6093447 or 7931299. OLE color: 7931299.

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

Color convert

RGB 163 5 121 -
CMYK 0 0.97 0.26 0.36
HSL 315.95º 0.94% 0.33% -
HSV(B) 315.95º 0.97% 0.64% -
XYZ 18.61 9.28 18.9 -
YUV 65.47 159.35 197.57 -
System Red Green Blue C M Y K H S L
Decimal 163 5 121 0 0.97 0.26 0.36 315.95 0.94 0.33
Hex A3 5 79 0 61 1A 24 13C 5E 21
Octal 243 5 171 0 141 32 44 474 136 41
Binary 10100011 101 1111001 0 1100001 11010 100100 100111100 1011110 100001

Color Harmonies of #A30579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30579

Black with #A30579

Text Example


Text Example

White with #A30579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30579; }

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

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

background-color css

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

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

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

border-color css

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

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

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