#A5ABF6

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

Shades of Perano #A5ABF6

Tints of Perano #A5ABF6

Color information

#A5ABF6 (or 0xA5ABF6) is unknown color: approx Perano. HEX triplet: A5, AB and F6. RGB value is (165,171,246). Sum of RGB (Red+Green+Blue) = 165+171+246=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5ABF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABF6 is #5A5409. Grayscale: #B1B1B1. Windows color (decimal): -5919754 or 16165797. OLE color: 16165797.

HSL color Cylindrical-coordinate representation of color #A5ABF6: hue angle of 235.56º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5ABF6 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB165171246-
CMYK0.330.3000.04
HSL235.56º81.82%80.59%-
HSV(B)235.56º32.93%96.47%-
XYZ46.7143.7893.18-
YUV177.76166.51118.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.35%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 246 (96.48% from 255) = 42.27%
R=28.35%
G=29.38%
B=42.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1651712460.330.3000.04235.5681.8280.59
HexA5ABF6211E04ec5251
Octal245253366413604354122121
Binary1010010110101011111101101000011111001001110110010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABF6; }

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

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

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

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

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

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

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

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