#A9ACFF

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

Shades of Perano #A9ACFF

Tints of Perano #A9ACFF

Color information

#A9ACFF (or 0xA9ACFF) is unknown color: approx Perano. HEX triplet: A9, AC and FF. RGB value is (169,172,255). Sum of RGB (Red+Green+Blue) = 169+172+255=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACFF is #565300. Grayscale: #B4B4B4. Windows color (decimal): -5657345 or 16755881. OLE color: 16755881.

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

Color convert

RGB169172255-
CMYK0.340.3300
HSL237.91º100%83.14%-
HSV(B)237.91º33.73%100%-
XYZ49.1645.16100.73-
YUV180.56170.01119.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 255 (100% from 255) = 42.79%
R=28.36%
G=28.86%
B=42.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691722550.340.3300237.9110083.14
HexA9ACFF222100ee6453
Octal251254377424100356144123
Binary101010011010110011111111100010100001001110111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACFF; }

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

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

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

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

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

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

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

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