#AE95DD

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

Shades of Biloba Flower #AE95DD

Tints of Biloba Flower #AE95DD

Color information

#AE95DD (or 0xAE95DD) is unknown color: approx Biloba Flower. HEX triplet: AE, 95 and DD. RGB value is (174,149,221). Sum of RGB (Red+Green+Blue) = 174+149+221=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95DD is #516A22. Grayscale: #A4A4A4. Windows color (decimal): -5335587 or 14521774. OLE color: 14521774.

HSL color Cylindrical-coordinate representation of color #AE95DD: hue angle of 260.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE95DD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174149221-
CMYK0.210.3300.13
HSL260.83º51.43%72.55%-
HSV(B)260.83º32.58%86.67%-
XYZ41.2535.7173.13-
YUV164.68159.78134.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=31.99%
G=27.39%
B=40.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741492210.210.3300.13260.8351.4372.55
HexAE95DD15210D1053349
Octal256225335254101540563111
Binary10101110100101011101110110101100001011011000001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95DD; }

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

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

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

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

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

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

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

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