#A9ACFD

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

Shades of Perano #A9ACFD

Tints of Perano #A9ACFD

Color information

#A9ACFD (or 0xA9ACFD) is unknown color: approx Perano. HEX triplet: A9, AC and FD. RGB value is (169,172,253). Sum of RGB (Red+Green+Blue) = 169+172+253=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACFD is #565302. Grayscale: #B4B4B4. Windows color (decimal): -5657347 or 16624809. OLE color: 16624809.

HSL color Cylindrical-coordinate representation of color #A9ACFD: hue angle of 237.86º degrees, saturation: 0.95, 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 #A9ACFD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169172253-
CMYK0.330.3200.01
HSL237.86º95.45%82.75%-
HSV(B)237.86º33.2%99.22%-
XYZ48.8445.0399.05-
YUV180.34169.01119.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.45%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=28.45%
G=28.96%
B=42.59%

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
Decimal1691722530.330.3200.01237.8695.4582.75
HexA9ACFD212001ee5f53
Octal251254375414001356137123
Binary101010011010110011111101100001100000011110111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACFD; }

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

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

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

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

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

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

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

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