Html Css Color HEX #A10E7B Eggplant

📋 copy color: '#A10E7B'

red 161 ◦ green 14 ◦ blue 123

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

Shades of Eggplant #A10E7B

Tints of Eggplant #A10E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.7%

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 54.03%
G = 4.7%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A10E7B (or 0xA10E7B) is known color: Eggplant. HEX triplet: A1, 0E and 7B. RGB value is (161,14,123). Sum of RGB (Red+Green+Blue) = 161+14+123=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10E7B is #5EF184. Grayscale: #464646. Windows color (decimal): -6222213 or 8064673. OLE color: 8064673.

HSL color Cylindrical-coordinate representation of color #A10E7B: hue angle of 315.51º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E7B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 14 123 -
CMYK 0 0.91 0.24 0.37
HSL 315.51º 0.84% 0.34% -
HSV(B) 315.51º 0.91% 0.63% -
XYZ 18.43 9.32 19.57 -
YUV 70.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 161 14 123 0 0.91 0.24 0.37 315.51 0.84 0.34
Hex A1 E 7B 0 5B 18 25 13C 54 22
Octal 241 16 173 0 133 30 45 474 124 42
Binary 10100001 1110 1111011 0 1011011 11000 100101 100111100 1010100 100010

Color Harmonies of #A10E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10E7B

Black with #A10E7B

Text Example


Text Example

White with #A10E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10E7B; }

 p { color: rgb(161,14,123); }

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

background-color css

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

 a { background-color: rgb(161,14,123); }

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

border-color css

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

 span { border-color: rgb(161,14,123); }

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