#A5A7FB

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

Shades of Perano #A5A7FB

Tints of Perano #A5A7FB

Color information

#A5A7FB (or 0xA5A7FB) is unknown color: approx Perano. HEX triplet: A5, A7 and FB. RGB value is (165,167,251). Sum of RGB (Red+Green+Blue) = 165+167+251=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5A7FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A7FB is #5A5804. Grayscale: #AFAFAF. Windows color (decimal): -5920773 or 16492453. OLE color: 16492453.

HSL color Cylindrical-coordinate representation of color #A5A7FB: hue angle of 238.6º 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 #A5A7FB is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165167251-
CMYK0.340.3300.02
HSL238.6º91.49%81.57%-
HSV(B)238.6º34.26%98.43%-
XYZ46.7542.697.03-
YUV175.98170.34120.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.30%
GREEN value IS 167 (65.62% from 255) = 28.64%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=28.30%
G=28.64%
B=43.05%

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
Decimal1651672510.340.3300.02238.691.4981.57
HexA5A7FB222102ef5b52
Octal245247373424102357133122
Binary1010010110100111111110111000101000010101110111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A7FB; }

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

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

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

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

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

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

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

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