Html Css Color HEX #A30379 Eggplant

📋 copy color: '#A30379'

red 163 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #A30379

Tints of Eggplant #A30379

RGB

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

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

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

R = 56.79%
G = 1.05%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A30379 (or 0xA30379) is known color: Eggplant. HEX triplet: A3, 03 and 79. RGB value is (163,3,121). Sum of RGB (Red+Green+Blue) = 163+3+121=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A30379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30379 is #5CFC86. Grayscale: #3F3F3F. Windows color (decimal): -6093959 or 7930787. OLE color: 7930787.

HSL color Cylindrical-coordinate representation of color #A30379: hue angle of 315.75º 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 #A30379 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 121 -
CMYK 0 0.98 0.26 0.36
HSL 315.75º 0.96% 0.33% -
HSV(B) 315.75º 0.98% 0.64% -
XYZ 18.59 9.23 18.89 -
YUV 64.29 160.01 198.41 -
System Red Green Blue C M Y K H S L
Decimal 163 3 121 0 0.98 0.26 0.36 315.75 0.96 0.33
Hex A3 3 79 0 62 1A 24 13C 60 21
Octal 243 3 171 0 142 32 44 474 140 41
Binary 10100011 11 1111001 0 1100010 11010 100100 100111100 1100000 100001

Color Harmonies of #A30379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30379

Black with #A30379

Text Example


Text Example

White with #A30379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30379; }

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

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

background-color css

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

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

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

border-color css

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

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

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