Html Css Color HEX #A30778 Eggplant

📋 copy color: '#A30778'

red 163 ◦ green 7 ◦ blue 120

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

Shades of Eggplant #A30778

Tints of Eggplant #A30778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 56.21%
G = 2.41%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A30778 (or 0xA30778) is known color: Eggplant. HEX triplet: A3, 07 and 78. RGB value is (163,7,120). Sum of RGB (Red+Green+Blue) = 163+7+120=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A30778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30778 is #5CF887. Grayscale: #424242. Windows color (decimal): -6092936 or 7866275. OLE color: 7866275.

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

Color convert

RGB 163 7 120 -
CMYK 0 0.96 0.26 0.36
HSL 316.54º 0.92% 0.33% -
HSV(B) 316.54º 0.96% 0.64% -
XYZ 18.57 9.29 18.58 -
YUV 66.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 163 7 120 0 0.96 0.26 0.36 316.54 0.92 0.33
Hex A3 7 78 0 60 1A 24 13D 5C 21
Octal 243 7 170 0 140 32 44 475 134 41
Binary 10100011 111 1111000 0 1100000 11010 100100 100111101 1011100 100001

Color Harmonies of #A30778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30778

Black with #A30778

Text Example


Text Example

White with #A30778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30778; }

 p { color: rgb(163,7,120); }

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

background-color css

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

 a { background-color: rgb(163,7,120); }

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

border-color css

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

 span { border-color: rgb(163,7,120); }

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