#A1A7EE

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

Shades of Perano #A1A7EE

Tints of Perano #A1A7EE

Color information

#A1A7EE (or 0xA1A7EE) is unknown color: approx Perano. HEX triplet: A1, A7 and EE. RGB value is (161,167,238). Sum of RGB (Red+Green+Blue) = 161+167+238=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1A7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A7EE is #5E5811. Grayscale: #ADADAD. Windows color (decimal): -6182930 or 15640481. OLE color: 15640481.

HSL color Cylindrical-coordinate representation of color #A1A7EE: hue angle of 235.32º degrees, saturation: 0.69, 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 #A1A7EE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161167238-
CMYK0.320.3000.07
HSL235.32º69.37%78.24%-
HSV(B)235.32º32.35%93.33%-
XYZ43.9541.3986.56-
YUV173.3164.51119.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 167 (65.62% from 255) = 29.51%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=28.45%
G=29.51%
B=42.05%

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
Decimal1611672380.320.3000.07235.3269.3778.24
HexA1A7EE201E07eb454e
Octal241247356403607353105116
Binary1010000110100111111011101000001111001111110101110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A7EE; }

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

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

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

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

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

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

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

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