Html Css Color HEX #A0107A Eggplant

📋 copy color: '#A0107A'

red 160 ◦ green 16 ◦ blue 122

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

Shades of Eggplant #A0107A

Tints of Eggplant #A0107A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 53.69%
G = 5.37%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0107A (or 0xA0107A) is known color: Eggplant. HEX triplet: A0, 10 and 7A. RGB value is (160,16,122). Sum of RGB (Red+Green+Blue) = 160+16+122=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A0107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0107A is #5FEF85. Grayscale: #464646. Windows color (decimal): -6287238 or 7999648. OLE color: 7999648.

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

Color convert

RGB 160 16 122 -
CMYK 0 0.9 0.24 0.37
HSL 315.83º 0.82% 0.35% -
HSV(B) 315.83º 0.9% 0.63% -
XYZ 18.2 9.25 19.24 -
YUV 71.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 160 16 122 0 0.9 0.24 0.37 315.83 0.82 0.35
Hex A0 10 7A 0 5A 18 25 13C 52 23
Octal 240 20 172 0 132 30 45 474 122 43
Binary 10100000 10000 1111010 0 1011010 11000 100101 100111100 1010010 100011

Color Harmonies of #A0107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0107A

Black with #A0107A

Text Example


Text Example

White with #A0107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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