#A5A0FE

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

Shades of Perano #A5A0FE

Tints of Perano #A5A0FE

Color information

#A5A0FE (or 0xA5A0FE) is unknown color: approx Perano. HEX triplet: A5, A0 and FE. RGB value is (165,160,254). Sum of RGB (Red+Green+Blue) = 165+160+254=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A0FE is #5A5F01. Grayscale: #ABABAB. Windows color (decimal): -5922562 or 16687269. OLE color: 16687269.

HSL color Cylindrical-coordinate representation of color #A5A0FE: hue angle of 243.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5A0FE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165160254-
CMYK0.350.3700.00
HSL243.19º97.92%81.18%-
HSV(B)243.19º37.01%99.61%-
XYZ45.9840.399.12-
YUV172.21174.16122.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=28.50%
G=27.63%
B=43.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651602540.350.3700.00243.1997.9281.18
HexA5A0FE232500f36251
Octal245240376434500363142121
Binary101001011010000011111110100011100101001111001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0FE; }

 p { color: rgb(165,160,254); }

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

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

 a { background-color: rgb(165,160,254); }

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

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

 span { border-color: rgb(165,160,254); }

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