#AE8BD2

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

Shades of Biloba Flower #AE8BD2

Tints of Biloba Flower #AE8BD2

Color information

#AE8BD2 (or 0xAE8BD2) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and D2. RGB value is (174,139,210). Sum of RGB (Red+Green+Blue) = 174+139+210=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE8BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BD2 is #51742D. Grayscale: #9D9D9D. Windows color (decimal): -5338158 or 13798318. OLE color: 13798318.

HSL color Cylindrical-coordinate representation of color #AE8BD2: hue angle of 269.58º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8BD2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174139210-
CMYK0.170.3400.18
HSL269.58º44.1%68.43%-
HSV(B)269.58º33.81%82.35%-
XYZ38.3232.1265.15-
YUV157.56157.6139.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=33.27%
G=26.58%
B=40.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741392100.170.3400.18269.5844.168.43
HexAE8BD2112201210e2c44
Octal256213322214202241654104
Binary101011101000101111010010100011000100100101000011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BD2; }

 p { color: rgb(174,139,210); }

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

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

 a { background-color: rgb(174,139,210); }

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

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

 span { border-color: rgb(174,139,210); }

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