#AE99CA

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

Shades of Biloba Flower #AE99CA

Tints of Biloba Flower #AE99CA

Color information

#AE99CA (or 0xAE99CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 99 and CA. RGB value is (174,153,202). Sum of RGB (Red+Green+Blue) = 174+153+202=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99CA is #516635. Grayscale: #A4A4A4. Windows color (decimal): -5334582 or 13277614. OLE color: 13277614.

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

Color convert

RGB174153202-
CMYK0.140.2400.21
HSL265.71º31.61%69.61%-
HSV(B)265.71º24.26%79.22%-
XYZ39.5136.0560.75-
YUV164.86148.96134.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=32.89%
G=28.92%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741532020.140.2400.21265.7131.6169.61
HexAE99CAE1801510a2046
Octal256231312163002541240106
Binary1010111010011001110010101110110000101011000010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99CA; }

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

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

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

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

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

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

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

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