#AEACFE

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

Shades of Perano #AEACFE

Tints of Perano #AEACFE

Color information

#AEACFE (or 0xAEACFE) is unknown color: approx Perano. HEX triplet: AE, AC and FE. RGB value is (174,172,254). Sum of RGB (Red+Green+Blue) = 174+172+254=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACFE is #515301. Grayscale: #B5B5B5. Windows color (decimal): -5329666 or 16690350. OLE color: 16690350.

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

Color convert

RGB174172254-
CMYK0.310.3200.00
HSL241.46º97.62%83.53%-
HSV(B)241.46º32.28%99.61%-
XYZ50.145.6699.94-
YUV181.95168.66122.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=29%
G=28.67%
B=42.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741722540.310.3200.00241.4697.6283.53
HexAEACFE1F2000f16254
Octal256254376374000361142124
Binary10101110101011001111111011111100000001111000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACFE; }

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

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

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

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

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

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

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

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