#AA69FB

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

Shades of Medium Purple #AA69FB

Tints of Medium Purple #AA69FB

Color information

#AA69FB (or 0xAA69FB) is unknown color: approx Medium Purple. HEX triplet: AA, 69 and FB. RGB value is (170,105,251). Sum of RGB (Red+Green+Blue) = 170+105+251=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA69FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69FB is #559604. Grayscale: #8C8C8C. Windows color (decimal): -5608965 or 16476586. OLE color: 16476586.

HSL color Cylindrical-coordinate representation of color #AA69FB: hue angle of 266.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA69FB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170105251-
CMYK0.320.5800.02
HSL266.71º94.81%69.8%-
HSV(B)266.71º58.17%98.43%-
XYZ39.0425.6194.15-
YUV141.08190.03148.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=32.32%
G=19.96%
B=47.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701052510.320.5800.02266.7194.8169.8
HexAA69FB203A0210b5f46
Octal252151373407202413137106
Binary1010101011010011111101110000011101001010000101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69FB; }

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

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

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

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

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

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

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

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