#A1A8E1

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

Shades of Perano #A1A8E1

Tints of Perano #A1A8E1

Color information

#A1A8E1 (or 0xA1A8E1) is unknown color: approx Perano. HEX triplet: A1, A8 and E1. RGB value is (161,168,225). Sum of RGB (Red+Green+Blue) = 161+168+225=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #A1A8E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8E1 is #5E571E. Grayscale: #ACACAC. Windows color (decimal): -6182687 or 14788769. OLE color: 14788769.

HSL color Cylindrical-coordinate representation of color #A1A8E1: hue angle of 233.44º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A8E1 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161168225-
CMYK0.280.2500.12
HSL233.44º51.61%75.69%-
HSV(B)233.44º28.44%88.24%-
XYZ42.2941.0276.92-
YUV172.4157.68119.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 225 (88.28% from 255) = 40.61%
R=29.06%
G=30.32%
B=40.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611682250.280.2500.12233.4451.6175.69
HexA1A8E11C190Ce9344c
Octal241250341343101435164114
Binary101000011010100011100001111001100101100111010011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A8E1; }

 p { color: rgb(161,168,225); }

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

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

 a { background-color: rgb(161,168,225); }

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

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

 span { border-color: rgb(161,168,225); }

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