#A5ABFA

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

Shades of Perano #A5ABFA

Tints of Perano #A5ABFA

Color information

#A5ABFA (or 0xA5ABFA) is unknown color: approx Perano. HEX triplet: A5, AB and FA. RGB value is (165,171,250). Sum of RGB (Red+Green+Blue) = 165+171+250=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABFA is #5A5405. Grayscale: #B1B1B1. Windows color (decimal): -5919750 or 16427941. OLE color: 16427941.

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

Color convert

RGB165171250-
CMYK0.340.3200.02
HSL235.76º89.47%81.37%-
HSV(B)235.76º34%98.04%-
XYZ47.3444.0396.45-
YUV178.21168.51118.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.16%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=28.16%
G=29.18%
B=42.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651712500.340.3200.02235.7689.4781.37
HexA5ABFA222002ec5951
Octal245253372424002354131121
Binary1010010110101011111110101000101000000101110110010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABFA; }

 p { color: rgb(165,171,250); }

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

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

 a { background-color: rgb(165,171,250); }

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

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

 span { border-color: rgb(165,171,250); }

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