Html Css Color HEX #A0107B Eggplant

📋 copy color: '#A0107B'

red 160 ◦ green 16 ◦ blue 123

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

Shades of Eggplant #A0107B

Tints of Eggplant #A0107B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 53.51%
G = 5.35%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0107B (or 0xA0107B) is known color: Eggplant. HEX triplet: A0, 10 and 7B. RGB value is (160,16,123). Sum of RGB (Red+Green+Blue) = 160+16+123=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0107B is #5FEF84. Grayscale: #464646. Windows color (decimal): -6287237 or 8065184. OLE color: 8065184.

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

Color convert

RGB 160 16 123 -
CMYK 0 0.9 0.23 0.37
HSL 315.42º 0.82% 0.35% -
HSV(B) 315.42º 0.9% 0.63% -
XYZ 18.26 9.27 19.57 -
YUV 71.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 160 16 123 0 0.9 0.23 0.37 315.42 0.82 0.35
Hex A0 10 7B 0 5A 17 25 13B 52 23
Octal 240 20 173 0 132 27 45 473 122 43
Binary 10100000 10000 1111011 0 1011010 10111 100101 100111011 1010010 100011

Color Harmonies of #A0107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0107B

Black with #A0107B

Text Example


Text Example

White with #A0107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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