Html Css Color HEX #A3077A Eggplant

📋 copy color: '#A3077A'

red 163 ◦ green 7 ◦ blue 122

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

Shades of Eggplant #A3077A

Tints of Eggplant #A3077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 55.82%
G = 2.4%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3077A (or 0xA3077A) is known color: Eggplant. HEX triplet: A3, 07 and 7A. RGB value is (163,7,122). Sum of RGB (Red+Green+Blue) = 163+7+122=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3077A is #5CF885. Grayscale: #424242. Windows color (decimal): -6092934 or 7997347. OLE color: 7997347.

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

Color convert

RGB 163 7 122 -
CMYK 0 0.96 0.25 0.36
HSL 315.77º 0.92% 0.33% -
HSV(B) 315.77º 0.96% 0.64% -
XYZ 18.69 9.34 19.23 -
YUV 66.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 163 7 122 0 0.96 0.25 0.36 315.77 0.92 0.33
Hex A3 7 7A 0 60 19 24 13C 5C 21
Octal 243 7 172 0 140 31 44 474 134 41
Binary 10100011 111 1111010 0 1100000 11001 100100 100111100 1011100 100001

Color Harmonies of #A3077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3077A

Black with #A3077A

Text Example


Text Example

White with #A3077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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