#AEAFFF

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

Shades of Perano #AEAFFF

Tints of Perano #AEAFFF

Color information

#AEAFFF (or 0xAEAFFF) is unknown color: approx Perano. HEX triplet: AE, AF and FF. RGB value is (174,175,255). Sum of RGB (Red+Green+Blue) = 174+175+255=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFFF is #515000. Grayscale: #B7B7B7. Windows color (decimal): -5328897 or 16756654. OLE color: 16756654.

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

Color convert

RGB174175255-
CMYK0.320.3100
HSL239.26º100%84.12%-
HSV(B)239.26º31.76%100%-
XYZ50.8446.88100.98-
YUV183.82168.17121-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 255 (100% from 255) = 42.22%
R=28.81%
G=28.97%
B=42.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741752550.320.3100239.2610084.12
HexAEAFFF201F00ef6454
Octal256257377403700357144124
Binary10101110101011111111111110000011111001110111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFFF; }

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

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

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

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

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

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

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

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