#AA69C4

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

Shades of Amethyst #AA69C4

Tints of Amethyst #AA69C4

Color information

#AA69C4 (or 0xAA69C4) is unknown color: approx Amethyst. HEX triplet: AA, 69 and C4. RGB value is (170,105,196). Sum of RGB (Red+Green+Blue) = 170+105+196=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C4 is #55963B. Grayscale: #868686. Windows color (decimal): -5609020 or 12872106. OLE color: 12872106.

HSL color Cylindrical-coordinate representation of color #AA69C4: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA69C4 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170105196-
CMYK0.130.4600.23
HSL282.86º43.54%59.02%-
HSV(B)282.86º46.43%76.86%-
XYZ31.5922.6354.93-
YUV134.81162.53153.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=36.09%
G=22.29%
B=41.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701051960.130.4600.23282.8643.5459.02
HexAA69C4D2E01711b2c3b
Octal25215130415560274335473
Binary101010101101001110001001101101110010111100011011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69C4; }

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

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

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

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

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

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

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

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