#A9ACFC

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

Shades of Perano #A9ACFC

Tints of Perano #A9ACFC

Color information

#A9ACFC (or 0xA9ACFC) is unknown color: approx Perano. HEX triplet: A9, AC and FC. RGB value is (169,172,252). Sum of RGB (Red+Green+Blue) = 169+172+252=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACFC is #565303. Grayscale: #B3B3B3. Windows color (decimal): -5657348 or 16559273. OLE color: 16559273.

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

Color convert

RGB169172252-
CMYK0.330.3200.01
HSL237.83º93.26%82.55%-
HSV(B)237.83º32.94%98.82%-
XYZ48.6944.9798.21-
YUV180.22168.51120-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.50%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=28.50%
G=29.01%
B=42.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691722520.330.3200.01237.8393.2682.55
HexA9ACFC212001ee5d53
Octal251254374414001356135123
Binary101010011010110011111100100001100000011110111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACFC; }

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

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

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

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

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

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

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

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