#AAACFB

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

Shades of Perano #AAACFB

Tints of Perano #AAACFB

Color information

#AAACFB (or 0xAAACFB) is unknown color: approx Perano. HEX triplet: AA, AC and FB. RGB value is (170,172,251). Sum of RGB (Red+Green+Blue) = 170+172+251=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACFB is #555304. Grayscale: #B4B4B4. Windows color (decimal): -5591813 or 16493738. OLE color: 16493738.

HSL color Cylindrical-coordinate representation of color #AAACFB: hue angle of 238.52º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAACFB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170172251-
CMYK0.320.3100.02
HSL238.52º91.01%82.55%-
HSV(B)238.52º32.27%98.43%-
XYZ48.7445.0297.39-
YUV180.41167.84120.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=28.67%
G=29.01%
B=42.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701722510.320.3100.02238.5291.0182.55
HexAAACFB201F02ef5b53
Octal252254373403702357133123
Binary101010101010110011111011100000111110101110111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACFB; }

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

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

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

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

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

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

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

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