#AE9FCC

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

Shades of Biloba Flower #AE9FCC

Tints of Biloba Flower #AE9FCC

Color information

#AE9FCC (or 0xAE9FCC) is unknown color: approx Biloba Flower. HEX triplet: AE, 9F and CC. RGB value is (174,159,204). Sum of RGB (Red+Green+Blue) = 174+159+204=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FCC is #516033. Grayscale: #A8A8A8. Windows color (decimal): -5333044 or 13410222. OLE color: 13410222.

HSL color Cylindrical-coordinate representation of color #AE9FCC: hue angle of 260º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9FCC is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174159204-
CMYK0.150.2200.2
HSL260º30.61%71.18%-
HSV(B)260º22.06%80%-
XYZ40.7538.1562.34-
YUV168.61147.97131.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=32.40%
G=29.61%
B=37.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741592040.150.2200.226030.6171.18
HexAE9FCCF160141041f47
Octal256237314172602440437107
Binary101011101001111111001100111110110010100100000100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FCC; }

 p { color: rgb(174,159,204); }

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

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

 a { background-color: rgb(174,159,204); }

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

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

 span { border-color: rgb(174,159,204); }

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