#AEAFF1

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

Shades of Perano #AEAFF1

Tints of Perano #AEAFF1

Color information

#AEAFF1 (or 0xAEAFF1) is unknown color: approx Perano. HEX triplet: AE, AF and F1. RGB value is (174,175,241). Sum of RGB (Red+Green+Blue) = 174+175+241=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFF1 is #51500E. Grayscale: #B5B5B5. Windows color (decimal): -5328911 or 15839150. OLE color: 15839150.

HSL color Cylindrical-coordinate representation of color #AEAFF1: hue angle of 239.1º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEAFF1 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174175241-
CMYK0.280.2700.05
HSL239.1º70.53%81.37%-
HSV(B)239.1º27.8%94.51%-
XYZ48.6646.0189.54-
YUV182.22161.17122.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=29.49%
G=29.66%
B=40.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741752410.280.2700.05239.170.5381.37
HexAEAFF11C1B05ef4751
Octal256257361343305357107121
Binary101011101010111111110001111001101101011110111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFF1; }

 p { color: rgb(174,175,241); }

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

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

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

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

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

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

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