Html Css Color HEX #A30779 Eggplant

📋 copy color: '#A30779'

red 163 ◦ green 7 ◦ blue 121

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

Shades of Eggplant #A30779

Tints of Eggplant #A30779

RGB

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

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

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

R = 56.01%
G = 2.41%
B = 41.58%

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

#A30779 (or 0xA30779) is known color: Eggplant. HEX triplet: A3, 07 and 79. RGB value is (163,7,121). Sum of RGB (Red+Green+Blue) = 163+7+121=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A30779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30779 is #5CF886. Grayscale: #424242. Windows color (decimal): -6092935 or 7931811. OLE color: 7931811.

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

Color convert

RGB 163 7 121 -
CMYK 0 0.96 0.26 0.36
HSL 316.15º 0.92% 0.33% -
HSV(B) 316.15º 0.96% 0.64% -
XYZ 18.63 9.32 18.91 -
YUV 66.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 163 7 121 0 0.96 0.26 0.36 316.15 0.92 0.33
Hex A3 7 79 0 60 1A 24 13C 5C 21
Octal 243 7 171 0 140 32 44 474 134 41
Binary 10100011 111 1111001 0 1100000 11010 100100 100111100 1011100 100001

Color Harmonies of #A30779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30779

Black with #A30779

Text Example


Text Example

White with #A30779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30779; }

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

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

background-color css

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

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

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

border-color css

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

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

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