#A3AEFB

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

Shades of Perano #A3AEFB

Tints of Perano #A3AEFB

Color information

#A3AEFB (or 0xA3AEFB) is unknown color: approx Perano. HEX triplet: A3, AE and FB. RGB value is (163,174,251). Sum of RGB (Red+Green+Blue) = 163+174+251=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3AEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AEFB is #5C5104. Grayscale: #B3B3B3. Windows color (decimal): -6050053 or 16494243. OLE color: 16494243.

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

Color convert

RGB163174251-
CMYK0.350.3100.02
HSL232.5º91.67%81.18%-
HSV(B)232.5º35.06%98.43%-
XYZ47.6545.0297.45-
YUV179.49168.36116.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=27.72%
G=29.59%
B=42.69%

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
Decimal1631742510.350.3100.02232.591.6781.18
HexA3AEFB231F02e85c51
Octal243256373433702350134121
Binary101000111010111011111011100011111110101110100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AEFB; }

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

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

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

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

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

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

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

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