#A5B3FF

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

Shades of Perano #A5B3FF

Tints of Perano #A5B3FF

Color information

#A5B3FF (or 0xA5B3FF) is unknown color: approx Perano. HEX triplet: A5, B3 and FF. RGB value is (165,179,255). Sum of RGB (Red+Green+Blue) = 165+179+255=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5B3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B3FF is #5A4C00. Grayscale: #B7B7B7. Windows color (decimal): -5917697 or 16757669. OLE color: 16757669.

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

Color convert

RGB165179255-
CMYK0.350.3000
HSL230.67º100%82.35%-
HSV(B)230.67º35.29%100%-
XYZ49.6947.46101.15-
YUV183.48168.36114.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 255 (100% from 255) = 42.57%
R=27.55%
G=29.88%
B=42.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651792550.350.3000230.6710082.35
HexA5B3FF231E00e76452
Octal245263377433600347144122
Binary10100101101100111111111110001111110001110011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B3FF; }

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

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

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

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

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

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

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

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