#AA69CB

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

Shades of Amethyst #AA69CB

Tints of Amethyst #AA69CB

Color information

#AA69CB (or 0xAA69CB) is unknown color: approx Amethyst. HEX triplet: AA, 69 and CB. RGB value is (170,105,203). Sum of RGB (Red+Green+Blue) = 170+105+203=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69CB is #559634. Grayscale: #878787. Windows color (decimal): -5609013 or 13330858. OLE color: 13330858.

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

Color convert

RGB170105203-
CMYK0.160.4800.20
HSL279.8º48.51%60.39%-
HSV(B)279.8º48.28%79.61%-
XYZ32.4122.9659.22-
YUV135.61166.03152.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=35.56%
G=21.97%
B=42.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701052030.160.4800.20279.848.5160.39
HexAA69CB1030014118313c
Octal25215131320600244306174
Binary1010101011010011100101110000110000010100100011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69CB; }

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

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

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

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

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

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

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

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