Html Css Color HEX #A3076F Eggplant

📋 copy color: '#A3076F'

red 163 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #A3076F

Tints of Eggplant #A3076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 58.01%
G = 2.49%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3076F (or 0xA3076F) is known color: Eggplant. HEX triplet: A3, 07 and 6F. RGB value is (163,7,111). Sum of RGB (Red+Green+Blue) = 163+7+111=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A3076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3076F is #5CF890. Grayscale: #414141. Windows color (decimal): -6092945 or 7276451. OLE color: 7276451.

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

Color convert

RGB 163 7 111 -
CMYK 0 0.96 0.32 0.36
HSL 320º 0.92% 0.33% -
HSV(B) 320º 0.96% 0.64% -
XYZ 18.05 9.09 15.84 -
YUV 65.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 163 7 111 0 0.96 0.32 0.36 320 0.92 0.33
Hex A3 7 6F 0 60 20 24 140 5C 21
Octal 243 7 157 0 140 40 44 500 134 41
Binary 10100011 111 1101111 0 1100000 100000 100100 101000000 1011100 100001

Color Harmonies of #A3076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3076F

Black with #A3076F

Text Example


Text Example

White with #A3076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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