#A0A5FA

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

Shades of Perano #A0A5FA

Tints of Perano #A0A5FA

Color information

#A0A5FA (or 0xA0A5FA) is unknown color: approx Perano. HEX triplet: A0, A5 and FA. RGB value is (160,165,250). Sum of RGB (Red+Green+Blue) = 160+165+250=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0A5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A5FA is #5F5A05. Grayscale: #ACACAC. Windows color (decimal): -6248966 or 16426400. OLE color: 16426400.

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

Color convert

RGB160165250-
CMYK0.360.3400.02
HSL236.67º90%80.39%-
HSV(B)236.67º36%98.04%-
XYZ45.2141.2996.03-
YUV173.2171.34118.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=27.83%
G=28.70%
B=43.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601652500.360.3400.02236.679080.39
HexA0A5FA242202ed5a50
Octal240245372444202355132120
Binary1010000010100101111110101001001000100101110110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5FA; }

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

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

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

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

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

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

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

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