#AE95CE

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

Shades of Biloba Flower #AE95CE

Tints of Biloba Flower #AE95CE

Color information

#AE95CE (or 0xAE95CE) is unknown color: approx Biloba Flower. HEX triplet: AE, 95 and CE. RGB value is (174,149,206). Sum of RGB (Red+Green+Blue) = 174+149+206=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95CE is #516A31. Grayscale: #A2A2A2. Windows color (decimal): -5335602 or 13538734. OLE color: 13538734.

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

Color convert

RGB174149206-
CMYK0.160.2800.19
HSL266.32º36.77%69.61%-
HSV(B)266.32º27.67%80.78%-
XYZ39.3434.9563.06-
YUV162.97152.28135.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=32.89%
G=28.17%
B=38.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741492060.160.2800.19266.3236.7769.61
HexAE95CE101C01310a2546
Octal256225316203402341245106
Binary10101110100101011100111010000111000100111000010101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95CE; }

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

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

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

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

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

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

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

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