#A9ACEB

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

Shades of Perano #A9ACEB

Tints of Perano #A9ACEB

Color information

#A9ACEB (or 0xA9ACEB) is unknown color: approx Perano. HEX triplet: A9, AC and EB. RGB value is (169,172,235). Sum of RGB (Red+Green+Blue) = 169+172+235=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9ACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACEB is #565314. Grayscale: #B2B2B2. Windows color (decimal): -5657365 or 15445161. OLE color: 15445161.

HSL color Cylindrical-coordinate representation of color #A9ACEB: hue angle of 237.27º degrees, saturation: 0.62, 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 #A9ACEB is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169172235-
CMYK0.280.2700.08
HSL237.27º62.26%79.22%-
HSV(B)237.27º28.09%92.16%-
XYZ46.1143.9484.65-
YUV178.28160.01121.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=29.34%
G=29.86%
B=40.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691722350.280.2700.08237.2762.2679.22
HexA9ACEB1C1B08ed3e4f
Octal251254353343301035576117
Binary101010011010110011101011111001101101000111011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACEB; }

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

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

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

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

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

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

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

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