Html Css Color HEX #A1017D Eggplant

📋 copy color: '#A1017D'

red 161 ◦ green 1 ◦ blue 125

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

Shades of Eggplant #A1017D

Tints of Eggplant #A1017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 56.1%
G = 0.35%
B = 43.55%

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

#A1017D (or 0xA1017D) is known color: Eggplant. HEX triplet: A1, 01 and 7D. RGB value is (161,1,125). Sum of RGB (Red+Green+Blue) = 161+1+125=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1017D is #5EFE82. Grayscale: #3E3E3E. Windows color (decimal): -6225539 or 8192417. OLE color: 8192417.

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

Color convert

RGB 161 1 125 -
CMYK 0 0.99 0.22 0.37
HSL 313.5º 0.99% 0.32% -
HSV(B) 313.5º 0.99% 0.63% -
XYZ 18.41 9.08 20.18 -
YUV 62.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 161 1 125 0 0.99 0.22 0.37 313.5 0.99 0.32
Hex A1 1 7D 0 63 16 25 13A 63 20
Octal 241 1 175 0 143 26 45 472 143 40
Binary 10100001 1 1111101 0 1100011 10110 100101 100111010 1100011 100000

Color Harmonies of #A1017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1017D

Black with #A1017D

Text Example


Text Example

White with #A1017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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