#AA6BCB

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

Shades of Amethyst #AA6BCB

Tints of Amethyst #AA6BCB

Color information

#AA6BCB (or 0xAA6BCB) is unknown color: approx Amethyst. HEX triplet: AA, 6B and CB. RGB value is (170,107,203). Sum of RGB (Red+Green+Blue) = 170+107+203=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA6BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCB is #559434. Grayscale: #888888. Windows color (decimal): -5608501 or 13331370. OLE color: 13331370.

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

Color convert

RGB170107203-
CMYK0.160.4700.20
HSL279.38º48%60.78%-
HSV(B)279.38º47.29%79.61%-
XYZ32.6123.3759.29-
YUV136.78165.37151.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 107 (42.19% from 255) = 22.29%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=35.42%
G=22.29%
B=42.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701072030.160.4700.20279.384860.78
HexAA6BCB102F014117303d
Octal25215331320570244276075
Binary1010101011010111100101110000101111010100100010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BCB; }

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

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

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

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

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

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

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

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