#AA69DC

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

Shades of Amethyst #AA69DC

Tints of Amethyst #AA69DC

Color information

#AA69DC (or 0xAA69DC) is unknown color: approx Amethyst. HEX triplet: AA, 69 and DC. RGB value is (170,105,220). Sum of RGB (Red+Green+Blue) = 170+105+220=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69DC is #559623. Grayscale: #898989. Windows color (decimal): -5608996 or 14444970. OLE color: 14444970.

HSL color Cylindrical-coordinate representation of color #AA69DC: hue angle of 273.91º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA69DC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170105220-
CMYK0.230.5200.14
HSL273.91º62.16%63.73%-
HSV(B)273.91º52.27%86.27%-
XYZ34.5523.8270.49-
YUV137.55174.53151.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=34.34%
G=21.21%
B=44.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701052200.230.5200.14273.9162.1663.73
HexAA69DC17340E1123e40
Octal252151334276401642276100
Binary1010101011010011101110010111110100011101000100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69DC; }

 p { color: rgb(170,105,220); }

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

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

 a { background-color: rgb(170,105,220); }

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

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

 span { border-color: rgb(170,105,220); }

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