#A9ACE4

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

Shades of Perano #A9ACE4

Tints of Perano #A9ACE4

Color information

#A9ACE4 (or 0xA9ACE4) is unknown color: approx Perano. HEX triplet: A9, AC and E4. RGB value is (169,172,228). Sum of RGB (Red+Green+Blue) = 169+172+228=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #A9ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ACE4 is #56531B. Grayscale: #B1B1B1. Windows color (decimal): -5657372 or 14986409. OLE color: 14986409.

HSL color Cylindrical-coordinate representation of color #A9ACE4: hue angle of 236.95º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9ACE4 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169172228-
CMYK0.260.2500.11
HSL236.95º52.21%77.84%-
HSV(B)236.95º25.88%89.41%-
XYZ45.1243.5479.43-
YUV177.49156.51121.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=29.70%
G=30.23%
B=40.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691722280.260.2500.11236.9552.2177.84
HexA9ACE41A190Bed344e
Octal251254344323101335564116
Binary101010011010110011100100110101100101011111011011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACE4; }

 p { color: rgb(169,172,228); }

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

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

 a { background-color: rgb(169,172,228); }

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

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

 span { border-color: rgb(169,172,228); }

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