Html Css Color HEX #A0127B Eggplant

📋 copy color: '#A0127B'

red 160 ◦ green 18 ◦ blue 123

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

Shades of Eggplant #A0127B

Tints of Eggplant #A0127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.98%

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

R = 53.16%
G = 5.98%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0127B (or 0xA0127B) is known color: Eggplant. HEX triplet: A0, 12 and 7B. RGB value is (160,18,123). Sum of RGB (Red+Green+Blue) = 160+18+123=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0127B is #5FED84. Grayscale: #484848. Windows color (decimal): -6286725 or 8065696. OLE color: 8065696.

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

Color convert

RGB 160 18 123 -
CMYK 0 0.89 0.23 0.37
HSL 315.63º 0.8% 0.35% -
HSV(B) 315.63º 0.89% 0.63% -
XYZ 18.29 9.34 19.58 -
YUV 72.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 160 18 123 0 0.89 0.23 0.37 315.63 0.8 0.35
Hex A0 12 7B 0 59 17 25 13C 50 23
Octal 240 22 173 0 131 27 45 474 120 43
Binary 10100000 10010 1111011 0 1011001 10111 100101 100111100 1010000 100011

Color Harmonies of #A0127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0127B

Black with #A0127B

Text Example


Text Example

White with #A0127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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