#AEAEFD

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

Shades of Perano #AEAEFD

Tints of Perano #AEAEFD

Color information

#AEAEFD (or 0xAEAEFD) is unknown color: approx Perano. HEX triplet: AE, AE and FD. RGB value is (174,174,253). Sum of RGB (Red+Green+Blue) = 174+174+253=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEFD is #515102. Grayscale: #B6B6B6. Windows color (decimal): -5329155 or 16625326. OLE color: 16625326.

HSL color Cylindrical-coordinate representation of color #AEAEFD: hue angle of 240º degrees, saturation: 0.95, 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 #AEAEFD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174174253-
CMYK0.310.3100.01
HSL240º95.18%83.73%-
HSV(B)240º31.23%99.22%-
XYZ50.3246.3699.23-
YUV183.01167.5121.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=28.95%
G=28.95%
B=42.10%

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
Decimal1741742530.310.3100.0124095.1883.73
HexAEAEFD1F1F01f05f54
Octal256256375373701360137124
Binary1010111010101110111111011111111111011111000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEFD; }

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

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

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

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

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

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

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

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