#A2AEFB

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

Shades of Perano #A2AEFB

Tints of Perano #A2AEFB

Color information

#A2AEFB (or 0xA2AEFB) is unknown color: approx Perano. HEX triplet: A2, AE and FB. RGB value is (162,174,251). Sum of RGB (Red+Green+Blue) = 162+174+251=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2AEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AEFB is #5D5104. Grayscale: #B2B2B2. Windows color (decimal): -6115589 or 16494242. OLE color: 16494242.

HSL color Cylindrical-coordinate representation of color #A2AEFB: hue angle of 231.91º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2AEFB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162174251-
CMYK0.350.3100.02
HSL231.91º91.75%80.98%-
HSV(B)231.91º35.46%98.43%-
XYZ47.4544.9297.44-
YUV179.19168.52115.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.60%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=27.60%
G=29.64%
B=42.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621742510.350.3100.02231.9191.7580.98
HexA2AEFB231F02e85c51
Octal242256373433702350134121
Binary101000101010111011111011100011111110101110100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AEFB; }

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

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

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

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

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

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

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

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