#A5B0F8

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

Shades of Perano #A5B0F8

Tints of Perano #A5B0F8

Color information

#A5B0F8 (or 0xA5B0F8) is unknown color: approx Perano. HEX triplet: A5, B0 and F8. RGB value is (165,176,248). Sum of RGB (Red+Green+Blue) = 165+176+248=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5B0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B0F8 is #5A4F07. Grayscale: #B4B4B4. Windows color (decimal): -5918472 or 16298149. OLE color: 16298149.

HSL color Cylindrical-coordinate representation of color #A5B0F8: hue angle of 232.05º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5B0F8 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB165176248-
CMYK0.330.2900.03
HSL232.05º85.57%80.98%-
HSV(B)232.05º33.47%97.25%-
XYZ47.9945.8395.12-
YUV180.92165.86116.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 248 (97.27% from 255) = 42.11%
R=28.01%
G=29.88%
B=42.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1651762480.330.2900.03232.0585.5780.98
HexA5B0F8211D03e85651
Octal245260370413503350126121
Binary101001011011000011111000100001111010111110100010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B0F8; }

 p { color: rgb(165,176,248); }

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

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

 a { background-color: rgb(165,176,248); }

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

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

 span { border-color: rgb(165,176,248); }

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