Html Css Color HEX #A5066D Eggplant

📋 copy color: '#A5066D'

red 165 ◦ green 6 ◦ blue 109

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

Shades of Eggplant #A5066D

Tints of Eggplant #A5066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 58.93%
G = 2.14%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5066D (or 0xA5066D) is known color: Eggplant. HEX triplet: A5, 06 and 6D. RGB value is (165,6,109). Sum of RGB (Red+Green+Blue) = 165+6+109=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5066D is #5AF992. Grayscale: #414141. Windows color (decimal): -5962131 or 7145125. OLE color: 7145125.

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

Color convert

RGB 165 6 109 -
CMYK 0 0.96 0.34 0.35
HSL 321.13º 0.93% 0.34% -
HSV(B) 321.13º 0.96% 0.65% -
XYZ 18.34 9.23 15.28 -
YUV 65.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 165 6 109 0 0.96 0.34 0.35 321.13 0.93 0.34
Hex A5 6 6D 0 60 22 23 141 5D 22
Octal 245 6 155 0 140 42 43 501 135 42
Binary 10100101 110 1101101 0 1100000 100010 100011 101000001 1011101 100010

Color Harmonies of #A5066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5066D

Black with #A5066D

Text Example


Text Example

White with #A5066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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