Html Css Color HEX #A5066B Eggplant

📋 copy color: '#A5066B'

red 165 ◦ green 6 ◦ blue 107

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

Shades of Eggplant #A5066B

Tints of Eggplant #A5066B

RGB

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

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

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

R = 59.35%
G = 2.16%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5066B (or 0xA5066B) is known color: Eggplant. HEX triplet: A5, 06 and 6B. RGB value is (165,6,107). Sum of RGB (Red+Green+Blue) = 165+6+107=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5066B is #5AF994. Grayscale: #404040. Windows color (decimal): -5962133 or 7014053. OLE color: 7014053.

HSL color Cylindrical-coordinate representation of color #A5066B: hue angle of 321.89º 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 #A5066B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 107 -
CMYK 0 0.96 0.35 0.35
HSL 321.89º 0.93% 0.34% -
HSV(B) 321.89º 0.96% 0.65% -
XYZ 18.24 9.19 14.72 -
YUV 65.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 165 6 107 0 0.96 0.35 0.35 321.89 0.93 0.34
Hex A5 6 6B 0 60 23 23 142 5D 22
Octal 245 6 153 0 140 43 43 502 135 42
Binary 10100101 110 1101011 0 1100000 100011 100011 101000010 1011101 100010

Color Harmonies of #A5066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5066B

Black with #A5066B

Text Example


Text Example

White with #A5066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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