#A5AEFA

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

Shades of Perano #A5AEFA

Tints of Perano #A5AEFA

Color information

#A5AEFA (or 0xA5AEFA) is unknown color: approx Perano. HEX triplet: A5, AE and FA. RGB value is (165,174,250). Sum of RGB (Red+Green+Blue) = 165+174+250=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AEFA is #5A5105. Grayscale: #B3B3B3. Windows color (decimal): -5918982 or 16428709. OLE color: 16428709.

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

Color convert

RGB165174250-
CMYK0.340.3000.02
HSL233.65º89.47%81.37%-
HSV(B)233.65º34%98.04%-
XYZ47.9145.1796.64-
YUV179.97167.52117.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=28.01%
G=29.54%
B=42.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651742500.340.3000.02233.6589.4781.37
HexA5AEFA221E02ea5951
Octal245256372423602352131121
Binary101001011010111011111010100010111100101110101010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEFA; }

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

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

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

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

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

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

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

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