Html Css Color HEX #A0107D Eggplant

📋 copy color: '#A0107D'

red 160 ◦ green 16 ◦ blue 125

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

Shades of Eggplant #A0107D

Tints of Eggplant #A0107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 53.16%
G = 5.32%
B = 41.53%

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

#A0107D (or 0xA0107D) is known color: Eggplant. HEX triplet: A0, 10 and 7D. RGB value is (160,16,125). Sum of RGB (Red+Green+Blue) = 160+16+125=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0107D is #5FEF82. Grayscale: #474747. Windows color (decimal): -6287235 or 8196256. OLE color: 8196256.

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

Color convert

RGB 160 16 125 -
CMYK 0 0.9 0.22 0.37
HSL 314.58º 0.82% 0.35% -
HSV(B) 314.58º 0.9% 0.63% -
XYZ 18.38 9.32 20.23 -
YUV 71.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 160 16 125 0 0.9 0.22 0.37 314.58 0.82 0.35
Hex A0 10 7D 0 5A 16 25 13B 52 23
Octal 240 20 175 0 132 26 45 473 122 43
Binary 10100000 10000 1111101 0 1011010 10110 100101 100111011 1010010 100011

Color Harmonies of #A0107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0107D

Black with #A0107D

Text Example


Text Example

White with #A0107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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