#A5A8FB

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

Shades of Perano #A5A8FB

Tints of Perano #A5A8FB

Color information

#A5A8FB (or 0xA5A8FB) is unknown color: approx Perano. HEX triplet: A5, A8 and FB. RGB value is (165,168,251). Sum of RGB (Red+Green+Blue) = 165+168+251=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5A8FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A8FB is #5A5704. Grayscale: #B0B0B0. Windows color (decimal): -5920517 or 16492709. OLE color: 16492709.

HSL color Cylindrical-coordinate representation of color #A5A8FB: hue angle of 237.91º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5A8FB is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165168251-
CMYK0.340.3300.02
HSL237.91º91.49%81.57%-
HSV(B)237.91º34.26%98.43%-
XYZ46.9342.9797.09-
YUV176.56170.01119.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.25%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=28.25%
G=28.77%
B=42.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651682510.340.3300.02237.9191.4981.57
HexA5A8FB222102ee5b52
Octal245250373424102356133122
Binary1010010110101000111110111000101000010101110111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8FB; }

 p { color: rgb(165,168,251); }

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

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

 a { background-color: rgb(165,168,251); }

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

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

 span { border-color: rgb(165,168,251); }

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