#AAAFFD

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

Shades of Perano #AAAFFD

Tints of Perano #AAAFFD

Color information

#AAAFFD (or 0xAAAFFD) is unknown color: approx Perano. HEX triplet: AA, AF and FD. RGB value is (170,175,253). Sum of RGB (Red+Green+Blue) = 170+175+253=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAAFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFFD is #555002. Grayscale: #B6B6B6. Windows color (decimal): -5591043 or 16625578. OLE color: 16625578.

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

Color convert

RGB170175253-
CMYK0.330.3100.01
HSL236.39º95.4%82.94%-
HSV(B)236.39º32.81%99.22%-
XYZ49.6446.399.25-
YUV182.4167.84119.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=28.43%
G=29.26%
B=42.31%

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
Decimal1701752530.330.3100.01236.3995.482.94
HexAAAFFD211F01ec5f53
Octal252257375413701354137123
Binary10101010101011111111110110000111111011110110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFFD; }

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

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

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

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

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

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

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

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