#A0AEFA

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

Shades of Perano #A0AEFA

Tints of Perano #A0AEFA

Color information

#A0AEFA (or 0xA0AEFA) is unknown color: approx Perano. HEX triplet: A0, AE and FA. RGB value is (160,174,250). Sum of RGB (Red+Green+Blue) = 160+174+250=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEFA is #5F5105. Grayscale: #B2B2B2. Windows color (decimal): -6246662 or 16428704. OLE color: 16428704.

HSL color Cylindrical-coordinate representation of color #A0AEFA: hue angle of 230.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0AEFA is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160174250-
CMYK0.360.3000.02
HSL230.67º90%80.39%-
HSV(B)230.67º36%98.04%-
XYZ46.8944.6596.59-
YUV178.48168.36114.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=27.40%
G=29.79%
B=42.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601742500.360.3000.02230.679080.39
HexA0AEFA241E02e75a50
Octal240256372443602347132120
Binary101000001010111011111010100100111100101110011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEFA; }

 p { color: rgb(160,174,250); }

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

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

 a { background-color: rgb(160,174,250); }

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

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

 span { border-color: rgb(160,174,250); }

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