#A1AEFD

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

Shades of Perano #A1AEFD

Tints of Perano #A1AEFD

Color information

#A1AEFD (or 0xA1AEFD) is unknown color: approx Perano. HEX triplet: A1, AE and FD. RGB value is (161,174,253). Sum of RGB (Red+Green+Blue) = 161+174+253=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AEFD is #5E5102. Grayscale: #B2B2B2. Windows color (decimal): -6181123 or 16625313. OLE color: 16625313.

HSL color Cylindrical-coordinate representation of color #A1AEFD: hue angle of 231.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1AEFD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161174253-
CMYK0.360.3100.01
HSL231.52º95.83%81.18%-
HSV(B)231.52º36.36%99.22%-
XYZ47.5644.9499.1-
YUV179.12169.69115.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=27.38%
G=29.59%
B=43.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611742530.360.3100.01231.5295.8381.18
HexA1AEFD241F01e86051
Octal241256375443701350140121
Binary10100001101011101111110110010011111011110100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEFD; }

 p { color: rgb(161,174,253); }

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

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

 a { background-color: rgb(161,174,253); }

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

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

 span { border-color: rgb(161,174,253); }

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