#AEABFF

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

Shades of Perano #AEABFF

Tints of Perano #AEABFF

Color information

#AEABFF (or 0xAEABFF) is unknown color: approx Perano. HEX triplet: AE, AB and FF. RGB value is (174,171,255). Sum of RGB (Red+Green+Blue) = 174+171+255=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABFF is #515400. Grayscale: #B5B5B5. Windows color (decimal): -5329921 or 16755630. OLE color: 16755630.

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

Color convert

RGB174171255-
CMYK0.320.3300
HSL242.14º100%83.53%-
HSV(B)242.14º32.94%100%-
XYZ50.0745.34100.72-
YUV181.47169.49122.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 255 (100% from 255) = 42.5%
R=29%
G=28.5%
B=42.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741712550.320.3300242.1410083.53
HexAEABFF202100f26454
Octal256253377404100362144124
Binary101011101010101111111111100000100001001111001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABFF; }

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

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

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

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

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

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

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

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