Html Css Color HEX #A10F7E Eggplant

📋 copy color: '#A10F7E'

red 161 ◦ green 15 ◦ blue 126

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

Shades of Eggplant #A10F7E

Tints of Eggplant #A10F7E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

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

R = 53.31%
G = 4.97%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A10F7E (or 0xA10F7E) is known color: Eggplant. HEX triplet: A1, 0F and 7E. RGB value is (161,15,126). Sum of RGB (Red+Green+Blue) = 161+15+126=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10F7E is #5EF081. Grayscale: #474747. Windows color (decimal): -6221954 or 8261537. OLE color: 8261537.

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

Color convert

RGB 161 15 126 -
CMYK 0 0.91 0.22 0.37
HSL 314.38º 0.83% 0.35% -
HSV(B) 314.38º 0.91% 0.63% -
XYZ 18.63 9.43 20.58 -
YUV 71.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 161 15 126 0 0.91 0.22 0.37 314.38 0.83 0.35
Hex A1 F 7E 0 5B 16 25 13A 53 23
Octal 241 17 176 0 133 26 45 472 123 43
Binary 10100001 1111 1111110 0 1011011 10110 100101 100111010 1010011 100011

Color Harmonies of #A10F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10F7E

Black with #A10F7E

Text Example


Text Example

White with #A10F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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