Html Css Color HEX #A1017E Eggplant

📋 copy color: '#A1017E'

red 161 ◦ green 1 ◦ blue 126

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

Shades of Eggplant #A1017E

Tints of Eggplant #A1017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 55.9%
G = 0.35%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1017E (or 0xA1017E) is known color: Eggplant. HEX triplet: A1, 01 and 7E. RGB value is (161,1,126). Sum of RGB (Red+Green+Blue) = 161+1+126=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1017E is #5EFE81. Grayscale: #3E3E3E. Windows color (decimal): -6225538 or 8257953. OLE color: 8257953.

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

Color convert

RGB 161 1 126 -
CMYK 0 0.99 0.22 0.37
HSL 313.13º 0.99% 0.32% -
HSV(B) 313.13º 0.99% 0.63% -
XYZ 18.47 9.11 20.52 -
YUV 63.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 161 1 126 0 0.99 0.22 0.37 313.13 0.99 0.32
Hex A1 1 7E 0 63 16 25 139 63 20
Octal 241 1 176 0 143 26 45 471 143 40
Binary 10100001 1 1111110 0 1100011 10110 100101 100111001 1100011 100000

Color Harmonies of #A1017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1017E

Black with #A1017E

Text Example


Text Example

White with #A1017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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