#AA6BC3

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

Shades of Amethyst #AA6BC3

Tints of Amethyst #AA6BC3

Color information

#AA6BC3 (or 0xAA6BC3) is unknown color: approx Amethyst. HEX triplet: AA, 6B and C3. RGB value is (170,107,195). Sum of RGB (Red+Green+Blue) = 170+107+195=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA6BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BC3 is #55943C. Grayscale: #878787. Windows color (decimal): -5608509 or 12807082. OLE color: 12807082.

HSL color Cylindrical-coordinate representation of color #AA6BC3: hue angle of 282.95º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6BC3 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170107195-
CMYK0.130.4500.24
HSL282.95º42.31%59.22%-
HSV(B)282.95º45.13%76.47%-
XYZ31.692354.4-
YUV135.87161.37152.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 107 (42.19% from 255) = 22.67%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=36.02%
G=22.67%
B=41.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701071950.130.4500.24282.9542.3159.22
HexAA6BC3D2D01811b2a3b
Octal25215330315550304335273
Binary101010101101011110000111101101101011000100011011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BC3; }

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

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

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

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

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

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

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

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