#AEACFC

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

Shades of Perano #AEACFC

Tints of Perano #AEACFC

Color information

#AEACFC (or 0xAEACFC) is unknown color: approx Perano. HEX triplet: AE, AC and FC. RGB value is (174,172,252). Sum of RGB (Red+Green+Blue) = 174+172+252=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACFC is #515303. Grayscale: #B5B5B5. Windows color (decimal): -5329668 or 16559278. OLE color: 16559278.

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

Color convert

RGB174172252-
CMYK0.310.3200.01
HSL241.5º93.02%83.14%-
HSV(B)241.5º31.75%98.82%-
XYZ49.7845.5398.26-
YUV181.72167.66122.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 252 (98.83% from 255) = 42.14%
R=29.10%
G=28.76%
B=42.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741722520.310.3200.01241.593.0283.14
HexAEACFC1F2001f25d53
Octal256254374374001362135123
Binary10101110101011001111110011111100000011111001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACFC; }

 p { color: rgb(174,172,252); }

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

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

 a { background-color: rgb(174,172,252); }

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

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

 span { border-color: rgb(174,172,252); }

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