#A1AFFA

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

Shades of Perano #A1AFFA

Tints of Perano #A1AFFA

Color information

#A1AFFA (or 0xA1AFFA) is unknown color: approx Perano. HEX triplet: A1, AF and FA. RGB value is (161,175,250). Sum of RGB (Red+Green+Blue) = 161+175+250=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFFA is #5E5005. Grayscale: #B3B3B3. Windows color (decimal): -6180870 or 16428961. OLE color: 16428961.

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

Color convert

RGB161175250-
CMYK0.360.300.02
HSL230.56º89.9%80.59%-
HSV(B)230.56º35.6%98.04%-
XYZ47.2845.1496.66-
YUV179.36167.86114.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=27.47%
G=29.86%
B=42.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611752500.360.300.02230.5689.980.59
HexA1AFFA241E02e75a51
Octal241257372443602347132121
Binary101000011010111111111010100100111100101110011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFFA; }

 p { color: rgb(161,175,250); }

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

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

 a { background-color: rgb(161,175,250); }

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

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

 span { border-color: rgb(161,175,250); }

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