#AAACF1

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

Shades of Perano #AAACF1

Tints of Perano #AAACF1

Color information

#AAACF1 (or 0xAAACF1) is unknown color: approx Perano. HEX triplet: AA, AC and F1. RGB value is (170,172,241). Sum of RGB (Red+Green+Blue) = 170+172+241=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF1 is #55530E. Grayscale: #B2B2B2. Windows color (decimal): -5591823 or 15838378. OLE color: 15838378.

HSL color Cylindrical-coordinate representation of color #AAACF1: hue angle of 238.31º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAACF1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170172241-
CMYK0.290.2900.05
HSL238.31º71.72%80.59%-
HSV(B)238.31º29.46%94.51%-
XYZ47.2144.489.3-
YUV179.27162.84121.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=29.16%
G=29.50%
B=41.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701722410.290.2900.05238.3171.7280.59
HexAAACF11D1D05ee4851
Octal252254361353505356110121
Binary101010101010110011110001111011110101011110111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACF1; }

 p { color: rgb(170,172,241); }

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

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

 a { background-color: rgb(170,172,241); }

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

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

 span { border-color: rgb(170,172,241); }

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