#AAAFFE

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

Shades of Perano #AAAFFE

Tints of Perano #AAAFFE

Color information

#AAAFFE (or 0xAAAFFE) is unknown color: approx Perano. HEX triplet: AA, AF and FE. RGB value is (170,175,254). Sum of RGB (Red+Green+Blue) = 170+175+254=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFFE is #555001. Grayscale: #B6B6B6. Windows color (decimal): -5591042 or 16691114. OLE color: 16691114.

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

Color convert

RGB170175254-
CMYK0.330.3100.00
HSL236.43º97.67%83.14%-
HSV(B)236.43º33.07%99.61%-
XYZ49.846.36100.09-
YUV182.51168.34119.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=28.38%
G=29.22%
B=42.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701752540.330.3100.00236.4397.6783.14
HexAAAFFE211F00ec6253
Octal252257376413700354142123
Binary10101010101011111111111010000111111001110110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFFE; }

 p { color: rgb(170,175,254); }

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

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

 a { background-color: rgb(170,175,254); }

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

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

 span { border-color: rgb(170,175,254); }

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