Html Css Color HEX #A30A74 Eggplant

📋 copy color: '#A30A74'

red 163 ◦ green 10 ◦ blue 116

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

Shades of Eggplant #A30A74

Tints of Eggplant #A30A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.46%

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 56.4%
G = 3.46%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A30A74 (or 0xA30A74) is known color: Eggplant. HEX triplet: A3, 0A and 74. RGB value is (163,10,116). Sum of RGB (Red+Green+Blue) = 163+10+116=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30A74 is #5CF58B. Grayscale: #434343. Windows color (decimal): -6092172 or 7604899. OLE color: 7604899.

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

Color convert

RGB 163 10 116 -
CMYK 0 0.94 0.29 0.36
HSL 318.43º 0.88% 0.34% -
HSV(B) 318.43º 0.94% 0.64% -
XYZ 18.37 9.26 17.34 -
YUV 67.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 163 10 116 0 0.94 0.29 0.36 318.43 0.88 0.34
Hex A3 A 74 0 5E 1D 24 13E 58 22
Octal 243 12 164 0 136 35 44 476 130 42
Binary 10100011 1010 1110100 0 1011110 11101 100100 100111110 1011000 100010

Color Harmonies of #A30A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30A74

Black with #A30A74

Text Example


Text Example

White with #A30A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30A74; }

 p { color: rgb(163,10,116); }

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

background-color css

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

 a { background-color: rgb(163,10,116); }

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

border-color css

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

 span { border-color: rgb(163,10,116); }

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