Html Css Color HEX #A0107C Eggplant

📋 copy color: '#A0107C'

red 160 ◦ green 16 ◦ blue 124

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

Shades of Eggplant #A0107C

Tints of Eggplant #A0107C

RGB

 RED value IS 160 (62.89% from 255) = 53.33%

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 53.33%
G = 5.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0107C (or 0xA0107C) is known color: Eggplant. HEX triplet: A0, 10 and 7C. RGB value is (160,16,124). Sum of RGB (Red+Green+Blue) = 160+16+124=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0107C is #5FEF83. Grayscale: #474747. Windows color (decimal): -6287236 or 8130720. OLE color: 8130720.

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

Color convert

RGB 160 16 124 -
CMYK 0 0.9 0.22 0.37
HSL 315º 0.82% 0.35% -
HSV(B) 315º 0.9% 0.63% -
XYZ 18.32 9.3 19.9 -
YUV 71.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 160 16 124 0 0.9 0.22 0.37 315 0.82 0.35
Hex A0 10 7C 0 5A 16 25 13B 52 23
Octal 240 20 174 0 132 26 45 473 122 43
Binary 10100000 10000 1111100 0 1011010 10110 100101 100111011 1010010 100011

Color Harmonies of #A0107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0107C

Black with #A0107C

Text Example


Text Example

White with #A0107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0107C; }

 p { color: rgb(160,16,124); }

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

background-color css

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

 a { background-color: rgb(160,16,124); }

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

border-color css

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

 span { border-color: rgb(160,16,124); }

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