#AEA8FD

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

Shades of Perano #AEA8FD

Tints of Perano #AEA8FD

Color information

#AEA8FD (or 0xAEA8FD) is unknown color: approx Perano. HEX triplet: AE, A8 and FD. RGB value is (174,168,253). Sum of RGB (Red+Green+Blue) = 174+168+253=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEA8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8FD is #515702. Grayscale: #B3B3B3. Windows color (decimal): -5330691 or 16623790. OLE color: 16623790.

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

Color convert

RGB174168253-
CMYK0.310.3400.01
HSL244.24º95.51%82.55%-
HSV(B)244.24º33.6%99.22%-
XYZ49.1944.198.85-
YUV179.48169.49124.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=29.24%
G=28.24%
B=42.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741682530.310.3400.01244.2495.5182.55
HexAEA8FD1F2201f46053
Octal256250375374201364140123
Binary10101110101010001111110111111100010011111010011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8FD; }

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

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

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

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

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

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

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

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