Html Css Color HEX #A10675 Eggplant

📋 copy color: '#A10675'

red 161 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #A10675

Tints of Eggplant #A10675

RGB

 RED value IS 161 (63.28% from 255) = 56.69%

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 56.69%
G = 2.11%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A10675 (or 0xA10675) is known color: Eggplant. HEX triplet: A1, 06 and 75. RGB value is (161,6,117). Sum of RGB (Red+Green+Blue) = 161+6+117=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A10675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10675 is #5EF98A. Grayscale: #404040. Windows color (decimal): -6224267 or 7669409. OLE color: 7669409.

HSL color Cylindrical-coordinate representation of color #A10675: hue angle of 317.03º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10675 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 117 -
CMYK 0 0.96 0.27 0.37
HSL 317.03º 0.93% 0.33% -
HSV(B) 317.03º 0.96% 0.63% -
XYZ 17.97 8.99 17.62 -
YUV 65 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 161 6 117 0 0.96 0.27 0.37 317.03 0.93 0.33
Hex A1 6 75 0 60 1B 25 13D 5D 21
Octal 241 6 165 0 140 33 45 475 135 41
Binary 10100001 110 1110101 0 1100000 11011 100101 100111101 1011101 100001

Color Harmonies of #A10675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10675

Black with #A10675

Text Example


Text Example

White with #A10675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10675; }

 p { color: rgb(161,6,117); }

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

background-color css

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

 a { background-color: rgb(161,6,117); }

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

border-color css

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

 span { border-color: rgb(161,6,117); }

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