#A5AAEA

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

Shades of Perano #A5AAEA

Tints of Perano #A5AAEA

Color information

#A5AAEA (or 0xA5AAEA) is unknown color: approx Perano. HEX triplet: A5, AA and EA. RGB value is (165,170,234). Sum of RGB (Red+Green+Blue) = 165+170+234=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAEA is #5A5515. Grayscale: #AFAFAF. Windows color (decimal): -5920022 or 15379109. OLE color: 15379109.

HSL color Cylindrical-coordinate representation of color #A5AAEA: hue angle of 235.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5AAEA is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165170234-
CMYK0.290.2700.08
HSL235.65º62.16%78.24%-
HSV(B)235.65º29.49%91.76%-
XYZ44.7442.6983.72-
YUV175.8160.84120.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=29.00%
G=29.88%
B=41.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651702340.290.2700.08235.6562.1678.24
HexA5AAEA1D1B08ec3e4e
Octal245252352353301035476116
Binary101001011010101011101010111011101101000111011001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAEA; }

 p { color: rgb(165,170,234); }

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

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

 a { background-color: rgb(165,170,234); }

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

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

 span { border-color: rgb(165,170,234); }

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