#A5B0FE

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

Shades of Perano #A5B0FE

Tints of Perano #A5B0FE

Color information

#A5B0FE (or 0xA5B0FE) is unknown color: approx Perano. HEX triplet: A5, B0 and FE. RGB value is (165,176,254). Sum of RGB (Red+Green+Blue) = 165+176+254=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B0FE is #5A4F01. Grayscale: #B5B5B5. Windows color (decimal): -5918466 or 16691365. OLE color: 16691365.

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

Color convert

RGB165176254-
CMYK0.350.3100.00
HSL232.58º97.8%82.16%-
HSV(B)232.58º35.04%99.61%-
XYZ48.9346.21100.11-
YUV181.6168.86116.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.73%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=27.73%
G=29.58%
B=42.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651762540.350.3100.00232.5897.882.16
HexA5B0FE231F00e96252
Octal245260376433700351142122
Binary10100101101100001111111010001111111001110100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B0FE; }

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

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

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

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

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

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

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

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