#AAA4FD

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

Shades of Perano #AAA4FD

Tints of Perano #AAA4FD

Color information

#AAA4FD (or 0xAAA4FD) is unknown color: approx Perano. HEX triplet: AA, A4 and FD. RGB value is (170,164,253). Sum of RGB (Red+Green+Blue) = 170+164+253=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAA4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4FD is #555B02. Grayscale: #AFAFAF. Windows color (decimal): -5593859 or 16622762. OLE color: 16622762.

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

Color convert

RGB170164253-
CMYK0.330.3500.01
HSL244.04º95.7%81.76%-
HSV(B)244.04º35.18%99.22%-
XYZ47.5842.1998.56-
YUV175.94171.49123.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=28.96%
G=27.94%
B=43.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701642530.330.3500.01244.0495.781.76
HexAAA4FD212301f46052
Octal252244375414301364140122
Binary101010101010010011111101100001100011011111010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4FD; }

 p { color: rgb(170,164,253); }

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

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

 a { background-color: rgb(170,164,253); }

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

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

 span { border-color: rgb(170,164,253); }

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