#A5ACEE

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

Shades of Perano #A5ACEE

Tints of Perano #A5ACEE

Color information

#A5ACEE (or 0xA5ACEE) is unknown color: approx Perano. HEX triplet: A5, AC and EE. RGB value is (165,172,238). Sum of RGB (Red+Green+Blue) = 165+172+238=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ACEE is #5A5311. Grayscale: #B1B1B1. Windows color (decimal): -5919506 or 15641765. OLE color: 15641765.

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

Color convert

RGB165172238-
CMYK0.310.2800.07
HSL234.25º68.22%79.02%-
HSV(B)234.25º30.67%93.33%-
XYZ45.743.6886.91-
YUV177.43162.18119.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.70%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=28.70%
G=29.91%
B=41.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651722380.310.2800.07234.2568.2279.02
HexA5ACEE1F1C07ea444f
Octal245254356373407352104117
Binary101001011010110011101110111111110001111110101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACEE; }

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

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

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

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

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

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

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

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