Html Css Color HEX #A1007C Eggplant

📋 copy color: '#A1007C'

red 161 ◦ green 0 ◦ blue 124

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

Shades of Eggplant #A1007C

Tints of Eggplant #A1007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 56.49%
G = 0%
B = 43.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1007C (or 0xA1007C) is known color: Eggplant. HEX triplet: A1, 00 and 7C. RGB value is (161,0,124). Sum of RGB (Red+Green+Blue) = 161+0+124=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1007C is #5EFF83. Grayscale: #3D3D3D. Windows color (decimal): -6225796 or 8126625. OLE color: 8126625.

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

Color convert

RGB 161 0 124 -
CMYK 0 1 0.23 0.37
HSL 313.79º 1% 0.32% -
HSV(B) 313.79º 1% 0.63% -
XYZ 18.34 9.03 19.85 -
YUV 62.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 161 0 124 0 1 0.23 0.37 313.79 1 0.32
Hex A1 0 7C 0 64 17 25 13A 64 20
Octal 241 0 174 0 144 27 45 472 144 40
Binary 10100001 0 1111100 0 1100100 10111 100101 100111010 1100100 100000

Color Harmonies of #A1007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1007C

Black with #A1007C

Text Example


Text Example

White with #A1007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1007C; }

 p { color: rgb(161,0,124); }

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

background-color css

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

 a { background-color: rgb(161,0,124); }

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

border-color css

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

 span { border-color: rgb(161,0,124); }

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