#AA7BD2

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

Shades of Amethyst #AA7BD2

Tints of Amethyst #AA7BD2

Color information

#AA7BD2 (or 0xAA7BD2) is unknown color: approx Amethyst. HEX triplet: AA, 7B and D2. RGB value is (170,123,210). Sum of RGB (Red+Green+Blue) = 170+123+210=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA7BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BD2 is #55842D. Grayscale: #929292. Windows color (decimal): -5604398 or 13794218. OLE color: 13794218.

HSL color Cylindrical-coordinate representation of color #AA7BD2: hue angle of 272.41º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7BD2 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170123210-
CMYK0.190.4100.18
HSL272.41º49.15%65.29%-
HSV(B)272.41º41.43%82.35%-
XYZ35.2927.3764.39-
YUV146.97163.57144.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 210 (82.42% from 255) = 41.75%
R=33.80%
G=24.45%
B=41.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701232100.190.4100.18272.4149.1565.29
HexAA7BD213290121103141
Octal252173322235102242061101
Binary10101010111101111010010100111010010100101000100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BD2; }

 p { color: rgb(170,123,210); }

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

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

 a { background-color: rgb(170,123,210); }

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

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

 span { border-color: rgb(170,123,210); }

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