#AAAFFC

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

Shades of Perano #AAAFFC

Tints of Perano #AAAFFC

Color information

#AAAFFC (or 0xAAAFFC) is unknown color: approx Perano. HEX triplet: AA, AF and FC. RGB value is (170,175,252). Sum of RGB (Red+Green+Blue) = 170+175+252=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAAFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFFC is #555003. Grayscale: #B5B5B5. Windows color (decimal): -5591044 or 16560042. OLE color: 16560042.

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

Color convert

RGB170175252-
CMYK0.330.3100.01
HSL236.34º93.18%82.75%-
HSV(B)236.34º32.54%98.82%-
XYZ49.4846.2398.41-
YUV182.28167.34119.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=28.48%
G=29.31%
B=42.21%

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
Decimal1701752520.330.3100.01236.3493.1882.75
HexAAAFFC211F01ec5d53
Octal252257374413701354135123
Binary10101010101011111111110010000111111011110110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFFC; }

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

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

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

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

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

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

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

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