#A5A8F8

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

Shades of Perano #A5A8F8

Tints of Perano #A5A8F8

Color information

#A5A8F8 (or 0xA5A8F8) is unknown color: approx Perano. HEX triplet: A5, A8 and F8. RGB value is (165,168,248). Sum of RGB (Red+Green+Blue) = 165+168+248=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5A8F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A8F8 is #5A5707. Grayscale: #AFAFAF. Windows color (decimal): -5920520 or 16296101. OLE color: 16296101.

HSL color Cylindrical-coordinate representation of color #A5A8F8: hue angle of 237.83º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5A8F8 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB165168248-
CMYK0.330.3200.03
HSL237.83º85.57%80.98%-
HSV(B)237.83º33.47%97.25%-
XYZ46.4642.7894.62-
YUV176.22168.51120-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.40%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=28.40%
G=28.92%
B=42.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1651682480.330.3200.03237.8385.5780.98
HexA5A8F8212003ee5651
Octal245250370414003356126121
Binary1010010110101000111110001000011000000111110111010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8F8; }

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

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

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

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

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

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

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

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