Html Css Color HEX #A1037E Eggplant

📋 copy color: '#A1037E'

red 161 ◦ green 3 ◦ blue 126

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

Shades of Eggplant #A1037E

Tints of Eggplant #A1037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 55.52%
G = 1.03%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1037E (or 0xA1037E) is known color: Eggplant. HEX triplet: A1, 03 and 7E. RGB value is (161,3,126). Sum of RGB (Red+Green+Blue) = 161+3+126=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1037E is #5EFC81. Grayscale: #3F3F3F. Windows color (decimal): -6225026 or 8258465. OLE color: 8258465.

HSL color Cylindrical-coordinate representation of color #A1037E: hue angle of 313.29º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1037E is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 3 126 -
CMYK 0 0.98 0.22 0.37
HSL 313.29º 0.96% 0.32% -
HSV(B) 313.29º 0.98% 0.63% -
XYZ 18.5 9.15 20.53 -
YUV 64.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 161 3 126 0 0.98 0.22 0.37 313.29 0.96 0.32
Hex A1 3 7E 0 62 16 25 139 60 20
Octal 241 3 176 0 142 26 45 471 140 40
Binary 10100001 11 1111110 0 1100010 10110 100101 100111001 1100000 100000

Color Harmonies of #A1037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1037E

Black with #A1037E

Text Example


Text Example

White with #A1037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1037E; }

 p { color: rgb(161,3,126); }

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

background-color css

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

 a { background-color: rgb(161,3,126); }

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

border-color css

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

 span { border-color: rgb(161,3,126); }

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