Html Css Color HEX #A5086D Eggplant

📋 copy color: '#A5086D'

red 165 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #A5086D

Tints of Eggplant #A5086D

RGB

 RED value IS 165 (64.84% from 255) = 58.51%

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

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

R = 58.51%
G = 2.84%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5086D (or 0xA5086D) is known color: Eggplant. HEX triplet: A5, 08 and 6D. RGB value is (165,8,109). Sum of RGB (Red+Green+Blue) = 165+8+109=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5086D is #5AF792. Grayscale: #424242. Windows color (decimal): -5961619 or 7145637. OLE color: 7145637.

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

Color convert

RGB 165 8 109 -
CMYK 0 0.95 0.34 0.35
HSL 321.4º 0.91% 0.34% -
HSV(B) 321.4º 0.95% 0.65% -
XYZ 18.36 9.28 15.29 -
YUV 66.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 165 8 109 0 0.95 0.34 0.35 321.4 0.91 0.34
Hex A5 8 6D 0 5F 22 23 141 5B 22
Octal 245 10 155 0 137 42 43 501 133 42
Binary 10100101 1000 1101101 0 1011111 100010 100011 101000001 1011011 100010

Color Harmonies of #A5086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5086D

Black with #A5086D

Text Example


Text Example

White with #A5086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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