#A9AEFD

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

Shades of Perano #A9AEFD

Tints of Perano #A9AEFD

Color information

#A9AEFD (or 0xA9AEFD) is unknown color: approx Perano. HEX triplet: A9, AE and FD. RGB value is (169,174,253). Sum of RGB (Red+Green+Blue) = 169+174+253=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEFD is #565102. Grayscale: #B5B5B5. Windows color (decimal): -5656835 or 16625321. OLE color: 16625321.

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

Color convert

RGB169174253-
CMYK0.330.3100.01
HSL236.43º95.45%82.75%-
HSV(B)236.43º33.2%99.22%-
XYZ49.2345.899.17-
YUV181.51168.34119.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=28.36%
G=29.19%
B=42.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691742530.330.3100.01236.4395.4582.75
HexA9AEFD211F01ec5f53
Octal251256375413701354137123
Binary10101001101011101111110110000111111011110110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEFD; }

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

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

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

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

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

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

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

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