Html Css Color HEX #A1127A Eggplant

📋 copy color: '#A1127A'

red 161 ◦ green 18 ◦ blue 122

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

Shades of Eggplant #A1127A

Tints of Eggplant #A1127A

RGB

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

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

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

R = 53.49%
G = 5.98%
B = 40.53%

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

#A1127A (or 0xA1127A) is known color: Eggplant. HEX triplet: A1, 12 and 7A. RGB value is (161,18,122). Sum of RGB (Red+Green+Blue) = 161+18+122=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A1127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1127A is #5EED85. Grayscale: #484848. Windows color (decimal): -6221190 or 8000161. OLE color: 8000161.

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

Color convert

RGB 161 18 122 -
CMYK 0 0.89 0.24 0.37
HSL 316.36º 0.8% 0.35% -
HSV(B) 316.36º 0.89% 0.63% -
XYZ 18.43 9.41 19.26 -
YUV 72.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 161 18 122 0 0.89 0.24 0.37 316.36 0.8 0.35
Hex A1 12 7A 0 59 18 25 13C 50 23
Octal 241 22 172 0 131 30 45 474 120 43
Binary 10100001 10010 1111010 0 1011001 11000 100101 100111100 1010000 100011

Color Harmonies of #A1127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1127A

Black with #A1127A

Text Example


Text Example

White with #A1127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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