Html Css Color HEX #A3076D Eggplant

📋 copy color: '#A3076D'

red 163 ◦ green 7 ◦ blue 109

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

Shades of Eggplant #A3076D

Tints of Eggplant #A3076D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 58.42%
G = 2.51%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3076D (or 0xA3076D) is known color: Eggplant. HEX triplet: A3, 07 and 6D. RGB value is (163,7,109). Sum of RGB (Red+Green+Blue) = 163+7+109=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3076D is #5CF892. Grayscale: #414141. Windows color (decimal): -6092947 or 7145379. OLE color: 7145379.

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

Color convert

RGB 163 7 109 -
CMYK 0 0.96 0.33 0.36
HSL 320.77º 0.92% 0.33% -
HSV(B) 320.77º 0.96% 0.64% -
XYZ 17.94 9.04 15.27 -
YUV 65.27 152.68 197.71 -
System Red Green Blue C M Y K H S L
Decimal 163 7 109 0 0.96 0.33 0.36 320.77 0.92 0.33
Hex A3 7 6D 0 60 21 24 141 5C 21
Octal 243 7 155 0 140 41 44 501 134 41
Binary 10100011 111 1101101 0 1100000 100001 100100 101000001 1011100 100001

Color Harmonies of #A3076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3076D

Black with #A3076D

Text Example


Text Example

White with #A3076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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