#AE95D0

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

Shades of Biloba Flower #AE95D0

Tints of Biloba Flower #AE95D0

Color information

#AE95D0 (or 0xAE95D0) is unknown color: approx Biloba Flower. HEX triplet: AE, 95 and D0. RGB value is (174,149,208). Sum of RGB (Red+Green+Blue) = 174+149+208=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE95D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95D0 is #516A2F. Grayscale: #A2A2A2. Windows color (decimal): -5335600 or 13669806. OLE color: 13669806.

HSL color Cylindrical-coordinate representation of color #AE95D0: hue angle of 265.42º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE95D0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174149208-
CMYK0.160.2800.18
HSL265.42º38.56%70%-
HSV(B)265.42º28.37%81.57%-
XYZ39.5935.0564.35-
YUV163.2153.28135.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=32.77%
G=28.06%
B=39.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741492080.160.2800.18265.4238.5670
HexAE95D0101C0121092746
Octal256225320203402241147106
Binary10101110100101011101000010000111000100101000010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95D0; }

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

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

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

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

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

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

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

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