#AEAEFC

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

Shades of Perano #AEAEFC

Tints of Perano #AEAEFC

Color information

#AEAEFC (or 0xAEAEFC) is unknown color: approx Perano. HEX triplet: AE, AE and FC. RGB value is (174,174,252). Sum of RGB (Red+Green+Blue) = 174+174+252=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEFC is #515103. Grayscale: #B6B6B6. Windows color (decimal): -5329156 or 16559790. OLE color: 16559790.

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

Color convert

RGB174174252-
CMYK0.310.3100.01
HSL240º92.86%83.53%-
HSV(B)240º30.95%98.82%-
XYZ50.1646.398.39-
YUV182.89167121.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 252 (98.83% from 255) = 42%
R=29%
G=29%
B=42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741742520.310.3100.0124092.8683.53
HexAEAEFC1F1F01f05d54
Octal256256374373701360135124
Binary1010111010101110111111001111111111011111000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEFC; }

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

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

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

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

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

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

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

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