#AEA5FF

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

Shades of Perano #AEA5FF

Tints of Perano #AEA5FF

Color information

#AEA5FF (or 0xAEA5FF) is unknown color: approx Perano. HEX triplet: AE, A5 and FF. RGB value is (174,165,255). Sum of RGB (Red+Green+Blue) = 174+165+255=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5FF is #515A00. Grayscale: #B1B1B1. Windows color (decimal): -5331457 or 16754094. OLE color: 16754094.

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

Color convert

RGB174165255-
CMYK0.320.3500
HSL246º100%82.35%-
HSV(B)246º35.29%100%-
XYZ48.9643.13100.35-
YUV177.95171.48125.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 255 (100% from 255) = 42.93%
R=29.29%
G=27.78%
B=42.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741652550.320.350024610082.35
HexAEA5FF202300f66452
Octal256245377404300366144122
Binary101011101010010111111111100000100011001111011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5FF; }

 p { color: rgb(174,165,255); }

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

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

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

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

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

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

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