Html Css Color HEX #A10A7E Eggplant

📋 copy color: '#A10A7E'

red 161 ◦ green 10 ◦ blue 126

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

Shades of Eggplant #A10A7E

Tints of Eggplant #A10A7E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.37%

 BLUE value IS 126 (49.61% from 255) = 42.42%

R = 54.21%
G = 3.37%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A10A7E (or 0xA10A7E) is known color: Eggplant. HEX triplet: A1, 0A and 7E. RGB value is (161,10,126). Sum of RGB (Red+Green+Blue) = 161+10+126=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10A7E is #5EF581. Grayscale: #444444. Windows color (decimal): -6223234 or 8260257. OLE color: 8260257.

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

Color convert

RGB 161 10 126 -
CMYK 0 0.94 0.22 0.37
HSL 313.91º 0.88% 0.34% -
HSV(B) 313.91º 0.94% 0.63% -
XYZ 18.57 9.3 20.55 -
YUV 68.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 161 10 126 0 0.94 0.22 0.37 313.91 0.88 0.34
Hex A1 A 7E 0 5E 16 25 13A 58 22
Octal 241 12 176 0 136 26 45 472 130 42
Binary 10100001 1010 1111110 0 1011110 10110 100101 100111010 1011000 100010

Color Harmonies of #A10A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10A7E

Black with #A10A7E

Text Example


Text Example

White with #A10A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10A7E; }

 p { color: rgb(161,10,126); }

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

background-color css

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

 a { background-color: rgb(161,10,126); }

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

border-color css

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

 span { border-color: rgb(161,10,126); }

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