Html Css Color HEX #A1127B Eggplant

📋 copy color: '#A1127B'

red 161 ◦ green 18 ◦ blue 123

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

Shades of Eggplant #A1127B

Tints of Eggplant #A1127B

RGB

 RED value IS 161 (63.28% from 255) = 53.31%

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

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

R = 53.31%
G = 5.96%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1127B (or 0xA1127B) is known color: Eggplant. HEX triplet: A1, 12 and 7B. RGB value is (161,18,123). Sum of RGB (Red+Green+Blue) = 161+18+123=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1127B is #5EED84. Grayscale: #484848. Windows color (decimal): -6221189 or 8065697. OLE color: 8065697.

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

Color convert

RGB 161 18 123 -
CMYK 0 0.89 0.24 0.37
HSL 315.94º 0.8% 0.35% -
HSV(B) 315.94º 0.89% 0.63% -
XYZ 18.49 9.44 19.59 -
YUV 72.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 161 18 123 0 0.89 0.24 0.37 315.94 0.8 0.35
Hex A1 12 7B 0 59 18 25 13C 50 23
Octal 241 22 173 0 131 30 45 474 120 43
Binary 10100001 10010 1111011 0 1011001 11000 100101 100111100 1010000 100011

Color Harmonies of #A1127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1127B

Black with #A1127B

Text Example


Text Example

White with #A1127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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