#A9AFF5

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

Shades of Perano #A9AFF5

Tints of Perano #A9AFF5

Color information

#A9AFF5 (or 0xA9AFF5) is unknown color: approx Perano. HEX triplet: A9, AF and F5. RGB value is (169,175,245). Sum of RGB (Red+Green+Blue) = 169+175+245=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #A9AFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AFF5 is #56500A. Grayscale: #B4B4B4. Windows color (decimal): -5656587 or 16101289. OLE color: 16101289.

HSL color Cylindrical-coordinate representation of color #A9AFF5: hue angle of 235.26º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9AFF5 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169175245-
CMYK0.310.2900.04
HSL235.26º79.17%81.18%-
HSV(B)235.26º31.02%96.08%-
XYZ48.1745.6992.67-
YUV181.19164.01119.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.69%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 245 (96.09% from 255) = 41.60%
R=28.69%
G=29.71%
B=41.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691752450.310.2900.04235.2679.1781.18
HexA9AFF51F1D04eb4f51
Octal251257365373504353117121
Binary101010011010111111110101111111110101001110101110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFF5; }

 p { color: rgb(169,175,245); }

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

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

 a { background-color: rgb(169,175,245); }

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

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

 span { border-color: rgb(169,175,245); }

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