Html Css Color HEX #A30876 Eggplant

📋 copy color: '#A30876'

red 163 ◦ green 8 ◦ blue 118

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

Shades of Eggplant #A30876

Tints of Eggplant #A30876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 56.4%
G = 2.77%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A30876 (or 0xA30876) is known color: Eggplant. HEX triplet: A3, 08 and 76. RGB value is (163,8,118). Sum of RGB (Red+Green+Blue) = 163+8+118=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A30876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30876 is #5CF789. Grayscale: #424242. Windows color (decimal): -6092682 or 7735459. OLE color: 7735459.

HSL color Cylindrical-coordinate representation of color #A30876: hue angle of 317.42º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30876 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 118 -
CMYK 0 0.95 0.28 0.36
HSL 317.42º 0.91% 0.34% -
HSV(B) 317.42º 0.95% 0.64% -
XYZ 18.46 9.27 17.96 -
YUV 66.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 163 8 118 0 0.95 0.28 0.36 317.42 0.91 0.34
Hex A3 8 76 0 5F 1C 24 13D 5B 22
Octal 243 10 166 0 137 34 44 475 133 42
Binary 10100011 1000 1110110 0 1011111 11100 100100 100111101 1011011 100010

Color Harmonies of #A30876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30876

Black with #A30876

Text Example


Text Example

White with #A30876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30876; }

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

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

background-color css

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

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

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

border-color css

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

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

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