#AAAFDF

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

Shades of Perano #AAAFDF

Tints of Perano #AAAFDF

Color information

#AAAFDF (or 0xAAAFDF) is unknown color: approx Perano. HEX triplet: AA, AF and DF. RGB value is (170,175,223). Sum of RGB (Red+Green+Blue) = 170+175+223=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDF is #555020. Grayscale: #B2B2B2. Windows color (decimal): -5591073 or 14659498. OLE color: 14659498.

HSL color Cylindrical-coordinate representation of color #AAAFDF: hue angle of 234.34º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAAFDF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170175223-
CMYK0.240.2200.13
HSL234.34º45.3%77.06%-
HSV(B)234.34º23.77%87.45%-
XYZ45.2344.5376.02-
YUV178.98152.84121.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=29.93%
G=30.81%
B=39.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701752230.240.2200.13234.3445.377.06
HexAAAFDF18160Dea2d4d
Octal252257337302601535255115
Binary101010101010111111011111110001011001101111010101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFDF; }

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

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

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

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

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

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

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

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