Html Css Color HEX #A10678 Eggplant

📋 copy color: '#A10678'

red 161 ◦ green 6 ◦ blue 120

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

Shades of Eggplant #A10678

Tints of Eggplant #A10678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 56.1%
G = 2.09%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A10678 (or 0xA10678) is known color: Eggplant. HEX triplet: A1, 06 and 78. RGB value is (161,6,120). Sum of RGB (Red+Green+Blue) = 161+6+120=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A10678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10678 is #5EF987. Grayscale: #414141. Windows color (decimal): -6224264 or 7866017. OLE color: 7866017.

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

Color convert

RGB 161 6 120 -
CMYK 0 0.96 0.25 0.37
HSL 315.87º 0.93% 0.33% -
HSV(B) 315.87º 0.96% 0.63% -
XYZ 18.15 9.06 18.56 -
YUV 65.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 161 6 120 0 0.96 0.25 0.37 315.87 0.93 0.33
Hex A1 6 78 0 60 19 25 13C 5D 21
Octal 241 6 170 0 140 31 45 474 135 41
Binary 10100001 110 1111000 0 1100000 11001 100101 100111100 1011101 100001

Color Harmonies of #A10678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10678

Black with #A10678

Text Example


Text Example

White with #A10678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10678; }

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

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

background-color css

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

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

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

border-color css

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

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

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