#A5AAFA

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

Shades of Perano #A5AAFA

Tints of Perano #A5AAFA

Color information

#A5AAFA (or 0xA5AAFA) is unknown color: approx Perano. HEX triplet: A5, AA and FA. RGB value is (165,170,250). Sum of RGB (Red+Green+Blue) = 165+170+250=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAFA is #5A5505. Grayscale: #B1B1B1. Windows color (decimal): -5920006 or 16427685. OLE color: 16427685.

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

Color convert

RGB165170250-
CMYK0.340.3200.02
HSL236.47º89.47%81.37%-
HSV(B)236.47º34%98.04%-
XYZ47.1543.6596.38-
YUV177.62168.84119-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=28.21%
G=29.06%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651702500.340.3200.02236.4789.4781.37
HexA5AAFA222002ec5951
Octal245252372424002354131121
Binary1010010110101010111110101000101000000101110110010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAFA; }

 p { color: rgb(165,170,250); }

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

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

 a { background-color: rgb(165,170,250); }

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

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

 span { border-color: rgb(165,170,250); }

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