#AE92D0

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

Shades of Biloba Flower #AE92D0

Tints of Biloba Flower #AE92D0

Color information

#AE92D0 (or 0xAE92D0) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and D0. RGB value is (174,146,208). Sum of RGB (Red+Green+Blue) = 174+146+208=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE92D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92D0 is #516D2F. Grayscale: #A1A1A1. Windows color (decimal): -5336368 or 13669038. OLE color: 13669038.

HSL color Cylindrical-coordinate representation of color #AE92D0: hue angle of 267.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE92D0 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174146208-
CMYK0.160.3000.18
HSL267.1º39.74%69.41%-
HSV(B)267.1º29.81%81.57%-
XYZ39.1234.1164.2-
YUV161.44154.28136.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=32.95%
G=27.65%
B=39.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741462080.160.3000.18267.139.7469.41
HexAE92D0101E01210b2845
Octal256222320203602241350105
Binary10101110100100101101000010000111100100101000010111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92D0; }

 p { color: rgb(174,146,208); }

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

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

 a { background-color: rgb(174,146,208); }

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

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

 span { border-color: rgb(174,146,208); }

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