#AA6DCB

Color #AA6DCB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AA6DCB

Tints of Amethyst #AA6DCB

Color information

#AA6DCB (or 0xAA6DCB) is unknown color: approx Amethyst. HEX triplet: AA, 6D and CB. RGB value is (170,109,203). Sum of RGB (Red+Green+Blue) = 170+109+203=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA6DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DCB is #559234. Grayscale: #898989. Windows color (decimal): -5607989 or 13331882. OLE color: 13331882.

HSL color Cylindrical-coordinate representation of color #AA6DCB: hue angle of 278.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6DCB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170109203-
CMYK0.160.4600.20
HSL278.94º47.47%61.18%-
HSV(B)278.94º46.31%79.61%-
XYZ32.8323.859.36-
YUV137.95164.71150.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=35.27%
G=22.61%
B=42.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701092030.160.4600.20278.9447.4761.18
HexAA6DCB102E0141172f3d
Octal25215531320560244275775
Binary1010101011011011100101110000101110010100100010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DCB; }

 p { color: rgb(170,109,203); }

 H1.HeaderClassName
 {
   color: #AA6DCB;
 }
 .AnyTagClassName
 {
   color: #AA6DCB;
 }
</style>
background-color css

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

 a { background-color: rgb(170,109,203); }

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

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

 span { border-color: rgb(170,109,203); }

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