#AE92CB

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

Shades of Biloba Flower #AE92CB

Tints of Biloba Flower #AE92CB

Color information

#AE92CB (or 0xAE92CB) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and CB. RGB value is (174,146,203). Sum of RGB (Red+Green+Blue) = 174+146+203=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92CB is #516D34. Grayscale: #A0A0A0. Windows color (decimal): -5336373 or 13341358. OLE color: 13341358.

HSL color Cylindrical-coordinate representation of color #AE92CB: hue angle of 269.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE92CB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174146203-
CMYK0.140.2800.20
HSL269.47º35.4%68.43%-
HSV(B)269.47º28.08%79.61%-
XYZ38.5133.8761.01-
YUV160.87151.78137.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=33.27%
G=27.92%
B=38.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741462030.140.2800.20269.4735.468.43
HexAE92CBE1C01410d2344
Octal256222313163402441543104
Binary1010111010010010110010111110111000101001000011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92CB; }

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

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

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

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

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

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

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

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