Html Css Color HEX #A1066A Eggplant

📋 copy color: '#A1066A'

red 161 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #A1066A

Tints of Eggplant #A1066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 58.97%
G = 2.2%
B = 38.83%

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

#A1066A (or 0xA1066A) is known color: Eggplant. HEX triplet: A1, 06 and 6A. RGB value is (161,6,106). Sum of RGB (Red+Green+Blue) = 161+6+106=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1066A is #5EF995. Grayscale: #3F3F3F. Windows color (decimal): -6224278 or 6948513. OLE color: 6948513.

HSL color Cylindrical-coordinate representation of color #A1066A: hue angle of 321.29º degrees, saturation: 0.93, 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 #A1066A is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 106 -
CMYK 0 0.96 0.34 0.37
HSL 321.29º 0.93% 0.33% -
HSV(B) 321.29º 0.96% 0.63% -
XYZ 17.36 8.75 14.41 -
YUV 63.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 161 6 106 0 0.96 0.34 0.37 321.29 0.93 0.33
Hex A1 6 6A 0 60 22 25 141 5D 21
Octal 241 6 152 0 140 42 45 501 135 41
Binary 10100001 110 1101010 0 1100000 100010 100101 101000001 1011101 100001

Color Harmonies of #A1066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1066A

Black with #A1066A

Text Example


Text Example

White with #A1066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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