Html Css Color HEX #A9046F Eggplant

📋 copy color: '#A9046F'

red 169 ◦ green 4 ◦ blue 111

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

Shades of Eggplant #A9046F

Tints of Eggplant #A9046F

RGB

 RED value IS 169 (66.41% from 255) = 59.51%

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 59.51%
G = 1.41%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A9046F (or 0xA9046F) is known color: Eggplant. HEX triplet: A9, 04 and 6F. RGB value is (169,4,111). Sum of RGB (Red+Green+Blue) = 169+4+111=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9046F is #56FB90. Grayscale: #414141. Windows color (decimal): -5700497 or 7275689. OLE color: 7275689.

HSL color Cylindrical-coordinate representation of color #A9046F: hue angle of 321.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9046F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 4 111 -
CMYK 0 0.98 0.34 0.34
HSL 321.09º 0.95% 0.34% -
HSV(B) 321.09º 0.98% 0.66% -
XYZ 19.27 9.67 15.89 -
YUV 65.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 169 4 111 0 0.98 0.34 0.34 321.09 0.95 0.34
Hex A9 4 6F 0 62 22 22 141 5F 22
Octal 251 4 157 0 142 42 42 501 137 42
Binary 10101001 100 1101111 0 1100010 100010 100010 101000001 1011111 100010

Color Harmonies of #A9046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9046F

Black with #A9046F

Text Example


Text Example

White with #A9046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9046F; }

 p { color: rgb(169,4,111); }

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

background-color css

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

 a { background-color: rgb(169,4,111); }

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

border-color css

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

 span { border-color: rgb(169,4,111); }

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