#AEACEA

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

Shades of Perano #AEACEA

Tints of Perano #AEACEA

Color information

#AEACEA (or 0xAEACEA) is unknown color: approx Perano. HEX triplet: AE, AC and EA. RGB value is (174,172,234). Sum of RGB (Red+Green+Blue) = 174+172+234=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACEA is #515315. Grayscale: #B3B3B3. Windows color (decimal): -5329686 or 15379630. OLE color: 15379630.

HSL color Cylindrical-coordinate representation of color #AEACEA: hue angle of 241.94º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEACEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174172234-
CMYK0.260.2600.08
HSL241.94º59.62%79.61%-
HSV(B)241.94º26.5%91.76%-
XYZ47.0644.4483.94-
YUV179.67158.66123.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=30%
G=29.66%
B=40.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741722340.260.2600.08241.9459.6279.61
HexAEACEA1A1A08f23c50
Octal256254352323201036274120
Binary101011101010110011101010110101101001000111100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACEA; }

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

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

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

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

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

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

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

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