#AA78DE

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

Shades of Medium Purple #AA78DE

Tints of Medium Purple #AA78DE

Color information

#AA78DE (or 0xAA78DE) is unknown color: approx Medium Purple. HEX triplet: AA, 78 and DE. RGB value is (170,120,222). Sum of RGB (Red+Green+Blue) = 170+120+222=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA78DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78DE is #558721. Grayscale: #929292. Windows color (decimal): -5605154 or 14579882. OLE color: 14579882.

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

Color convert

RGB170120222-
CMYK0.230.4600.13
HSL269.41º60.71%67.06%-
HSV(B)269.41º45.95%87.06%-
XYZ36.4827.2572.44-
YUV146.58170.56144.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=33.20%
G=23.44%
B=43.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701202220.230.4600.13269.4160.7167.06
HexAA78DE172E0D10d3d43
Octal252170336275601541575103
Binary1010101011110001101111010111101110011011000011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78DE; }

 p { color: rgb(170,120,222); }

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

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

 a { background-color: rgb(170,120,222); }

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

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

 span { border-color: rgb(170,120,222); }

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