#A1A7EB

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

Shades of Perano #A1A7EB

Tints of Perano #A1A7EB

Color information

#A1A7EB (or 0xA1A7EB) is unknown color: approx Perano. HEX triplet: A1, A7 and EB. RGB value is (161,167,235). Sum of RGB (Red+Green+Blue) = 161+167+235=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1A7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A7EB is #5E5814. Grayscale: #ACACAC. Windows color (decimal): -6182933 or 15443873. OLE color: 15443873.

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

Color convert

RGB161167235-
CMYK0.310.2900.08
HSL235.14º64.91%77.65%-
HSV(B)235.14º31.49%92.16%-
XYZ43.5141.2184.26-
YUV172.96163.01119.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=28.60%
G=29.66%
B=41.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611672350.310.2900.08235.1464.9177.65
HexA1A7EB1F1D08eb414e
Octal2412473533735010353101116
Binary1010000110100111111010111111111101010001110101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A7EB; }

 p { color: rgb(161,167,235); }

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

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

 a { background-color: rgb(161,167,235); }

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

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

 span { border-color: rgb(161,167,235); }

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