#AEABFB

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

Shades of Perano #AEABFB

Tints of Perano #AEABFB

Color information

#AEABFB (or 0xAEABFB) is unknown color: approx Perano. HEX triplet: AE, AB and FB. RGB value is (174,171,251). Sum of RGB (Red+Green+Blue) = 174+171+251=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABFB is #515404. Grayscale: #B4B4B4. Windows color (decimal): -5329925 or 16493486. OLE color: 16493486.

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

Color convert

RGB174171251-
CMYK0.310.3200.02
HSL242.25º90.91%82.75%-
HSV(B)242.25º31.87%98.43%-
XYZ49.4345.0997.36-
YUV181.02167.49123-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=29.19%
G=28.69%
B=42.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741712510.310.3200.02242.2590.9182.75
HexAEABFB1F2002f25b53
Octal256253373374002362133123
Binary101011101010101111111011111111000000101111001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABFB; }

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

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

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

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

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

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

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

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