Html Css Color HEX #A1007A Eggplant

📋 copy color: '#A1007A'

red 161 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #A1007A

Tints of Eggplant #A1007A

RGB

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

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

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

R = 56.89%
G = 0%
B = 43.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1007A (or 0xA1007A) is known color: Eggplant. HEX triplet: A1, 00 and 7A. RGB value is (161,0,122). Sum of RGB (Red+Green+Blue) = 161+0+122=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A1007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1007A is #5EFF85. Grayscale: #3D3D3D. Windows color (decimal): -6225798 or 7995553. OLE color: 7995553.

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

Color convert

RGB 161 0 122 -
CMYK 0 1 0.24 0.37
HSL 314.53º 1% 0.32% -
HSV(B) 314.53º 1% 0.63% -
XYZ 18.21 8.98 19.19 -
YUV 62.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 161 0 122 0 1 0.24 0.37 314.53 1 0.32
Hex A1 0 7A 0 64 18 25 13B 64 20
Octal 241 0 172 0 144 30 45 473 144 40
Binary 10100001 0 1111010 0 1100100 11000 100101 100111011 1100100 100000

Color Harmonies of #A1007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1007A

Black with #A1007A

Text Example


Text Example

White with #A1007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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