#AE8BCE

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

Shades of Biloba Flower #AE8BCE

Tints of Biloba Flower #AE8BCE

Color information

#AE8BCE (or 0xAE8BCE) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and CE. RGB value is (174,139,206). Sum of RGB (Red+Green+Blue) = 174+139+206=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BCE is #517431. Grayscale: #9C9C9C. Windows color (decimal): -5338162 or 13536174. OLE color: 13536174.

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

Color convert

RGB174139206-
CMYK0.160.3300.19
HSL271.34º40.61%67.65%-
HSV(B)271.34º32.52%80.78%-
XYZ37.8331.9262.56-
YUV157.1155.6140.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=33.53%
G=26.78%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741392060.160.3300.19271.3440.6167.65
HexAE8BCE102101310f2944
Octal256213316204102341751104
Binary101011101000101111001110100001000010100111000011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BCE; }

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

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

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

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

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

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

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

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