#A0B3FF

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

Shades of Perano #A0B3FF

Tints of Perano #A0B3FF

Color information

#A0B3FF (or 0xA0B3FF) is unknown color: approx Perano. HEX triplet: A0, B3 and FF. RGB value is (160,179,255). Sum of RGB (Red+Green+Blue) = 160+179+255=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0B3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B3FF is #5F4C00. Grayscale: #B5B5B5. Windows color (decimal): -6245377 or 16757664. OLE color: 16757664.

HSL color Cylindrical-coordinate representation of color #A0B3FF: hue angle of 228º 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 #A0B3FF is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB160179255-
CMYK0.370.3000
HSL228º100%81.37%-
HSV(B)228º37.25%100%-
XYZ48.6746.93101.1-
YUV181.98169.21112.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.94%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 255 (100% from 255) = 42.93%
R=26.94%
G=30.13%
B=42.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601792550.370.300022810081.37
HexA0B3FF251E00e46451
Octal240263377453600344144121
Binary10100000101100111111111110010111110001110010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B3FF; }

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

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

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

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

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

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

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

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