#A5B1FF

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

Shades of Perano #A5B1FF

Tints of Perano #A5B1FF

Color information

#A5B1FF (or 0xA5B1FF) is unknown color: approx Perano. HEX triplet: A5, B1 and FF. RGB value is (165,177,255). Sum of RGB (Red+Green+Blue) = 165+177+255=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B1FF is #5A4E00. Grayscale: #B5B5B5. Windows color (decimal): -5918209 or 16757157. OLE color: 16757157.

HSL color Cylindrical-coordinate representation of color #A5B1FF: hue angle of 232º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B1FF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB165177255-
CMYK0.350.3100
HSL232º100%82.35%-
HSV(B)232º35.29%100%-
XYZ49.2946.66101.02-
YUV182.3169.02115.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.64%
GREEN value IS 177 (69.53% from 255) = 29.65%
BLUE value IS 255 (100% from 255) = 42.71%
R=27.64%
G=29.65%
B=42.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651772550.350.310023210082.35
HexA5B1FF231F00e86452
Octal245261377433700350144122
Binary10100101101100011111111110001111111001110100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B1FF; }

 p { color: rgb(165,177,255); }

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

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

 a { background-color: rgb(165,177,255); }

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

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

 span { border-color: rgb(165,177,255); }

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