Html Css Color HEX #A4086D Eggplant

📋 copy color: '#A4086D'

red 164 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #A4086D

Tints of Eggplant #A4086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 58.36%
G = 2.85%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4086D (or 0xA4086D) is known color: Eggplant. HEX triplet: A4, 08 and 6D. RGB value is (164,8,109). Sum of RGB (Red+Green+Blue) = 164+8+109=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A4086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4086D is #5BF792. Grayscale: #414141. Windows color (decimal): -6027155 or 7145636. OLE color: 7145636.

HSL color Cylindrical-coordinate representation of color #A4086D: hue angle of 321.15º degrees, saturation: 0.91, 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 #A4086D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 109 -
CMYK 0 0.95 0.34 0.36
HSL 321.15º 0.91% 0.34% -
HSV(B) 321.15º 0.95% 0.64% -
XYZ 18.16 9.17 15.28 -
YUV 66.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 164 8 109 0 0.95 0.34 0.36 321.15 0.91 0.34
Hex A4 8 6D 0 5F 22 24 141 5B 22
Octal 244 10 155 0 137 42 44 501 133 42
Binary 10100100 1000 1101101 0 1011111 100010 100100 101000001 1011011 100010

Color Harmonies of #A4086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4086D

Black with #A4086D

Text Example


Text Example

White with #A4086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4086D; }

 p { color: rgb(164,8,109); }

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

background-color css

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

 a { background-color: rgb(164,8,109); }

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

border-color css

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

 span { border-color: rgb(164,8,109); }

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