#AA9EFC

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

Shades of Perano #AA9EFC

Tints of Perano #AA9EFC

Color information

#AA9EFC (or 0xAA9EFC) is unknown color: approx Perano. HEX triplet: AA, 9E and FC. RGB value is (170,158,252). Sum of RGB (Red+Green+Blue) = 170+158+252=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EFC is #556103. Grayscale: #ABABAB. Windows color (decimal): -5595396 or 16555690. OLE color: 16555690.

HSL color Cylindrical-coordinate representation of color #AA9EFC: hue angle of 247.66º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA9EFC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170158252-
CMYK0.330.3700.01
HSL247.66º94%80.39%-
HSV(B)247.66º37.3%98.82%-
XYZ46.3840.0397.38-
YUV172.3172.98126.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=29.31%
G=27.24%
B=43.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701582520.330.3700.01247.669480.39
HexAA9EFC212501f85e50
Octal252236374414501370136120
Binary101010101001111011111100100001100101011111100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EFC; }

 p { color: rgb(170,158,252); }

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

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

 a { background-color: rgb(170,158,252); }

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

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

 span { border-color: rgb(170,158,252); }

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