Html Css Color HEX #A4096B Eggplant

📋 copy color: '#A4096B'

red 164 ◦ green 9 ◦ blue 107

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

Shades of Eggplant #A4096B

Tints of Eggplant #A4096B

RGB

 RED value IS 164 (64.45% from 255) = 58.57%

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 58.57%
G = 3.21%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4096B (or 0xA4096B) is known color: Eggplant. HEX triplet: A4, 09 and 6B. RGB value is (164,9,107). Sum of RGB (Red+Green+Blue) = 164+9+107=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4096B is #5BF694. Grayscale: #424242. Windows color (decimal): -6026901 or 7014820. OLE color: 7014820.

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

Color convert

RGB 164 9 107 -
CMYK 0 0.95 0.35 0.36
HSL 322.06º 0.9% 0.34% -
HSV(B) 322.06º 0.95% 0.64% -
XYZ 18.06 9.15 14.72 -
YUV 66.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 164 9 107 0 0.95 0.35 0.36 322.06 0.9 0.34
Hex A4 9 6B 0 5F 23 24 142 5A 22
Octal 244 11 153 0 137 43 44 502 132 42
Binary 10100100 1001 1101011 0 1011111 100011 100100 101000010 1011010 100010

Color Harmonies of #A4096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4096B

Black with #A4096B

Text Example


Text Example

White with #A4096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4096B; }

 p { color: rgb(164,9,107); }

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

background-color css

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

 a { background-color: rgb(164,9,107); }

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

border-color css

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

 span { border-color: rgb(164,9,107); }

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