#A9ACEA

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

Shades of Perano #A9ACEA

Tints of Perano #A9ACEA

Color information

#A9ACEA (or 0xA9ACEA) is unknown color: approx Perano. HEX triplet: A9, AC and EA. RGB value is (169,172,234). Sum of RGB (Red+Green+Blue) = 169+172+234=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACEA is #565315. Grayscale: #B1B1B1. Windows color (decimal): -5657366 or 15379625. OLE color: 15379625.

HSL color Cylindrical-coordinate representation of color #A9ACEA: hue angle of 237.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ACEA is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169172234-
CMYK0.280.2600.08
HSL237.23º60.75%79.02%-
HSV(B)237.23º27.78%91.76%-
XYZ45.9743.8883.89-
YUV178.17159.51121.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=29.39%
G=29.91%
B=40.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691722340.280.2600.08237.2360.7579.02
HexA9ACEA1C1A08ed3d4f
Octal251254352343201035575117
Binary101010011010110011101010111001101001000111011011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACEA; }

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

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

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

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

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

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

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

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