Html Css Color HEX #A30576 Eggplant

📋 copy color: '#A30576'

red 163 ◦ green 5 ◦ blue 118

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

Shades of Eggplant #A30576

Tints of Eggplant #A30576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 56.99%
G = 1.75%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A30576 (or 0xA30576) is known color: Eggplant. HEX triplet: A3, 05 and 76. RGB value is (163,5,118). Sum of RGB (Red+Green+Blue) = 163+5+118=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A30576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30576 is #5CFA89. Grayscale: #404040. Windows color (decimal): -6093450 or 7734691. OLE color: 7734691.

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

Color convert

RGB 163 5 118 -
CMYK 0 0.97 0.28 0.36
HSL 317.09º 0.94% 0.33% -
HSV(B) 317.09º 0.97% 0.64% -
XYZ 18.43 9.2 17.94 -
YUV 65.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 163 5 118 0 0.97 0.28 0.36 317.09 0.94 0.33
Hex A3 5 76 0 61 1C 24 13D 5E 21
Octal 243 5 166 0 141 34 44 475 136 41
Binary 10100011 101 1110110 0 1100001 11100 100100 100111101 1011110 100001

Color Harmonies of #A30576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30576

Black with #A30576

Text Example


Text Example

White with #A30576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30576; }

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

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

background-color css

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

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

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

border-color css

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

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

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