#A6B1EA

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

Shades of Perano #A6B1EA

Tints of Perano #A6B1EA

Color information

#A6B1EA (or 0xA6B1EA) is unknown color: approx Perano. HEX triplet: A6, B1 and EA. RGB value is (166,177,234). Sum of RGB (Red+Green+Blue) = 166+177+234=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6B1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B1EA is #594E15. Grayscale: #B3B3B3. Windows color (decimal): -5852694 or 15380902. OLE color: 15380902.

HSL color Cylindrical-coordinate representation of color #A6B1EA: hue angle of 230.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6B1EA is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166177234-
CMYK0.290.2400.08
HSL230.29º61.82%78.43%-
HSV(B)230.29º29.06%91.76%-
XYZ46.345.4984.18-
YUV180.21158.36117.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=28.77%
G=30.68%
B=40.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661772340.290.2400.08230.2961.8278.43
HexA6B1EA1D1808e63e4e
Octal246261352353001034676116
Binary101001101011000111101010111011100001000111001101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B1EA; }

 p { color: rgb(166,177,234); }

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

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

 a { background-color: rgb(166,177,234); }

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

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

 span { border-color: rgb(166,177,234); }

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