#A0B5FF

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

Shades of Perano #A0B5FF

Tints of Perano #A0B5FF

Color information

#A0B5FF (or 0xA0B5FF) is unknown color: approx Perano. HEX triplet: A0, B5 and FF. RGB value is (160,181,255). Sum of RGB (Red+Green+Blue) = 160+181+255=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B5FF is #5F4A00. Grayscale: #B6B6B6. Windows color (decimal): -6244865 or 16758176. OLE color: 16758176.

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

Color convert

RGB160181255-
CMYK0.370.2900
HSL226.74º100%81.37%-
HSV(B)226.74º37.25%100%-
XYZ49.0747.74101.24-
YUV183.16168.54111.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.85%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 255 (100% from 255) = 42.79%
R=26.85%
G=30.37%
B=42.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601812550.370.2900226.7410081.37
HexA0B5FF251D00e36451
Octal240265377453500343144121
Binary10100000101101011111111110010111101001110001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B5FF; }

 p { color: rgb(160,181,255); }

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

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

 a { background-color: rgb(160,181,255); }

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

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

 span { border-color: rgb(160,181,255); }

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