#AA7BF5

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

Shades of Medium Purple #AA7BF5

Tints of Medium Purple #AA7BF5

Color information

#AA7BF5 (or 0xAA7BF5) is unknown color: approx Medium Purple. HEX triplet: AA, 7B and F5. RGB value is (170,123,245). Sum of RGB (Red+Green+Blue) = 170+123+245=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA7BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BF5 is #55840A. Grayscale: #969696. Windows color (decimal): -5604363 or 16087978. OLE color: 16087978.

HSL color Cylindrical-coordinate representation of color #AA7BF5: hue angle of 263.11º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7BF5 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170123245-
CMYK0.310.5000.04
HSL263.11º85.92%72.16%-
HSV(B)263.11º49.8%96.08%-
XYZ40.1429.389.93-
YUV150.96181.07141.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=31.60%
G=22.86%
B=45.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701232450.310.5000.04263.1185.9272.16
HexAA7BF51F32041075648
Octal252173365376204407126110
Binary1010101011110111111010111111110010010010000011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BF5; }

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

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

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

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

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

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

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

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