#A9ACFE

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

Shades of Perano #A9ACFE

Tints of Perano #A9ACFE

Color information

#A9ACFE (or 0xA9ACFE) is unknown color: approx Perano. HEX triplet: A9, AC and FE. RGB value is (169,172,254). Sum of RGB (Red+Green+Blue) = 169+172+254=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACFE is #565301. Grayscale: #B4B4B4. Windows color (decimal): -5657346 or 16690345. OLE color: 16690345.

HSL color Cylindrical-coordinate representation of color #A9ACFE: hue angle of 237.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9ACFE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169172254-
CMYK0.330.3200.00
HSL237.88º97.7%82.94%-
HSV(B)237.88º33.46%99.61%-
XYZ4945.199.89-
YUV180.45169.51119.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.40%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=28.40%
G=28.91%
B=42.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691722540.330.3200.00237.8897.782.94
HexA9ACFE212000ee6253
Octal251254376414000356142123
Binary101010011010110011111110100001100000001110111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACFE; }

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

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

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

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

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

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

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

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