#a5ace8

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

Shades of Perano #A5ACE8

Tints of Perano #A5ACE8

Color information

#A5ACE8 (or 0xA5ACE8) is unknown color: approx Perano. HEX triplet: A5, AC and E8. RGB value is (165,172,232). Sum of RGB (Red+Green+Blue) = 165+172+232=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ACE8 is #5A5317. Grayscale: #B0B0B0. Windows color (decimal): -5919512 or 15248549. OLE color: 15248549.

HSL color Cylindrical-coordinate representation of color #A5ACE8: hue angle of 233.73º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5ACE8 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165172232-
CMYK0.290.2600.09
HSL233.73º59.29%77.84%-
HSV(B)233.73º28.88%90.98%-
XYZ44.8443.3382.34-
YUV176.75159.18119.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=29.00%
G=30.23%
B=40.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651722320.290.2600.09233.7359.2977.84
HexA5ACE81D1A09ea3b4e
Octal245254350353201135273116
Binary101001011010110011101000111011101001001111010101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ace8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ace8; }

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

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

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

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

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

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

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

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