#A5AEEE

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

Shades of Perano #A5AEEE

Tints of Perano #A5AEEE

Color information

#A5AEEE (or 0xA5AEEE) is unknown color: approx Perano. HEX triplet: A5, AE and EE. RGB value is (165,174,238). Sum of RGB (Red+Green+Blue) = 165+174+238=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AEEE is #5A5111. Grayscale: #B2B2B2. Windows color (decimal): -5918994 or 15642277. OLE color: 15642277.

HSL color Cylindrical-coordinate representation of color #A5AEEE: hue angle of 232.6º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5AEEE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165174238-
CMYK0.310.2700.07
HSL232.6º68.22%79.02%-
HSV(B)232.6º30.67%93.33%-
XYZ46.0944.4487.04-
YUV178.6161.52118.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.60%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=28.60%
G=30.16%
B=41.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651742380.310.2700.07232.668.2279.02
HexA5AEEE1F1B07e9444f
Octal245256356373307351104117
Binary101001011010111011101110111111101101111110100110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEEE; }

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

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

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

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

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

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

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

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