#AE92CA

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

Shades of Biloba Flower #AE92CA

Tints of Biloba Flower #AE92CA

Color information

#AE92CA (or 0xAE92CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and CA. RGB value is (174,146,202). Sum of RGB (Red+Green+Blue) = 174+146+202=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92CA is #516D35. Grayscale: #A0A0A0. Windows color (decimal): -5336374 or 13275822. OLE color: 13275822.

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

Color convert

RGB174146202-
CMYK0.140.2800.21
HSL270º34.57%68.24%-
HSV(B)270º27.72%79.22%-
XYZ38.433.8260.38-
YUV160.76151.28137.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=33.33%
G=27.97%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741462020.140.2800.2127034.5768.24
HexAE92CAE1C01510e2344
Octal256222312163402541643104
Binary1010111010010010110010101110111000101011000011101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92CA; }

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

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

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

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

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

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

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

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