#A1A6ED

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

Shades of Perano #A1A6ED

Tints of Perano #A1A6ED

Color information

#A1A6ED (or 0xA1A6ED) is unknown color: approx Perano. HEX triplet: A1, A6 and ED. RGB value is (161,166,237). Sum of RGB (Red+Green+Blue) = 161+166+237=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1A6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A6ED is #5E5912. Grayscale: #ACACAC. Windows color (decimal): -6183187 or 15574689. OLE color: 15574689.

HSL color Cylindrical-coordinate representation of color #A1A6ED: hue angle of 236.05º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A6ED is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161166237-
CMYK0.320.3000.07
HSL236.05º67.86%78.04%-
HSV(B)236.05º32.07%92.94%-
XYZ43.6240.9685.73-
YUV172.6164.34119.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=28.55%
G=29.43%
B=42.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611662370.320.3000.07236.0567.8678.04
HexA1A6ED201E07ec444e
Octal241246355403607354104116
Binary1010000110100110111011011000001111001111110110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A6ED; }

 p { color: rgb(161,166,237); }

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

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

 a { background-color: rgb(161,166,237); }

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

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

 span { border-color: rgb(161,166,237); }

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