#AA6BCD

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

Shades of Amethyst #AA6BCD

Tints of Amethyst #AA6BCD

Color information

#AA6BCD (or 0xAA6BCD) is unknown color: approx Amethyst. HEX triplet: AA, 6B and CD. RGB value is (170,107,205). Sum of RGB (Red+Green+Blue) = 170+107+205=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCD is #559432. Grayscale: #888888. Windows color (decimal): -5608499 or 13462442. OLE color: 13462442.

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

Color convert

RGB170107205-
CMYK0.170.4800.20
HSL278.57º49.49%61.18%-
HSV(B)278.57º47.8%80.39%-
XYZ32.8523.4760.56-
YUV137.01166.37151.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 107 (42.19% from 255) = 22.20%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=35.27%
G=22.20%
B=42.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701072050.170.4800.20278.5749.4961.18
HexAA6BCD1130014117313d
Octal25215331521600244276175
Binary1010101011010111100110110001110000010100100010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BCD; }

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

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

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

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

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

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

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

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