Html Css Color HEX #A30179 Eggplant

📋 copy color: '#A30179'

red 163 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #A30179

Tints of Eggplant #A30179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 57.19%
G = 0.35%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A30179 (or 0xA30179) is known color: Eggplant. HEX triplet: A3, 01 and 79. RGB value is (163,1,121). Sum of RGB (Red+Green+Blue) = 163+1+121=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30179 is #5CFE86. Grayscale: #3E3E3E. Windows color (decimal): -6094471 or 7930275. OLE color: 7930275.

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

Color convert

RGB 163 1 121 -
CMYK 0 0.99 0.26 0.36
HSL 315.56º 0.99% 0.32% -
HSV(B) 315.56º 0.99% 0.64% -
XYZ 18.57 9.19 18.88 -
YUV 63.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 163 1 121 0 0.99 0.26 0.36 315.56 0.99 0.32
Hex A3 1 79 0 63 1A 24 13C 63 20
Octal 243 1 171 0 143 32 44 474 143 40
Binary 10100011 1 1111001 0 1100011 11010 100100 100111100 1100011 100000

Color Harmonies of #A30179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30179

Black with #A30179

Text Example


Text Example

White with #A30179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30179; }

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

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

background-color css

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

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

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

border-color css

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

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

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