#A1A4F1

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

Shades of Perano #A1A4F1

Tints of Perano #A1A4F1

Color information

#A1A4F1 (or 0xA1A4F1) is unknown color: approx Perano. HEX triplet: A1, A4 and F1. RGB value is (161,164,241). Sum of RGB (Red+Green+Blue) = 161+164+241=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1A4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A4F1 is #5E5B0E. Grayscale: #ABABAB. Windows color (decimal): -6183695 or 15836321. OLE color: 15836321.

HSL color Cylindrical-coordinate representation of color #A1A4F1: hue angle of 237.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A4F1 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161164241-
CMYK0.330.3200.05
HSL237.75º74.07%78.82%-
HSV(B)237.75º33.2%94.51%-
XYZ43.8540.4888.72-
YUV171.88167.01120.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=28.45%
G=28.98%
B=42.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611642410.330.3200.05237.7574.0778.82
HexA1A4F1212005ee4a4f
Octal241244361414005356112117
Binary10100001101001001111000110000110000001011110111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4F1; }

 p { color: rgb(161,164,241); }

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

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

 a { background-color: rgb(161,164,241); }

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

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

 span { border-color: rgb(161,164,241); }

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