Html Css Color HEX #A1076A Eggplant

📋 copy color: '#A1076A'

red 161 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #A1076A

Tints of Eggplant #A1076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 58.76%
G = 2.55%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1076A (or 0xA1076A) is known color: Eggplant. HEX triplet: A1, 07 and 6A. RGB value is (161,7,106). Sum of RGB (Red+Green+Blue) = 161+7+106=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1076A is #5EF895. Grayscale: #404040. Windows color (decimal): -6224022 or 6948769. OLE color: 6948769.

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

Color convert

RGB 161 7 106 -
CMYK 0 0.96 0.34 0.37
HSL 321.43º 0.92% 0.33% -
HSV(B) 321.43º 0.96% 0.63% -
XYZ 17.38 8.77 14.41 -
YUV 64.33 151.52 196.95 -
System Red Green Blue C M Y K H S L
Decimal 161 7 106 0 0.96 0.34 0.37 321.43 0.92 0.33
Hex A1 7 6A 0 60 22 25 141 5C 21
Octal 241 7 152 0 140 42 45 501 134 41
Binary 10100001 111 1101010 0 1100000 100010 100101 101000001 1011100 100001

Color Harmonies of #A1076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1076A

Black with #A1076A

Text Example


Text Example

White with #A1076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1076A; }

 p { color: rgb(161,7,106); }

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

background-color css

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

 a { background-color: rgb(161,7,106); }

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

border-color css

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

 span { border-color: rgb(161,7,106); }

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