#A2AEFD

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

Shades of Perano #A2AEFD

Tints of Perano #A2AEFD

Color information

#A2AEFD (or 0xA2AEFD) is unknown color: approx Perano. HEX triplet: A2, AE and FD. RGB value is (162,174,253). Sum of RGB (Red+Green+Blue) = 162+174+253=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AEFD is #5D5102. Grayscale: #B3B3B3. Windows color (decimal): -6115587 or 16625314. OLE color: 16625314.

HSL color Cylindrical-coordinate representation of color #A2AEFD: hue angle of 232.09º 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 #A2AEFD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162174253-
CMYK0.360.3100.01
HSL232.09º95.79%81.37%-
HSV(B)232.09º35.97%99.22%-
XYZ47.7745.0599.11-
YUV179.42169.52115.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.50%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=27.50%
G=29.54%
B=42.95%

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
Decimal1621742530.360.3100.01232.0995.7981.37
HexA2AEFD241F01e86051
Octal242256375443701350140121
Binary10100010101011101111110110010011111011110100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AEFD; }

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

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

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

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

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

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

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

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