#AE8FCC

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

Shades of Biloba Flower #AE8FCC

Tints of Biloba Flower #AE8FCC

Color information

#AE8FCC (or 0xAE8FCC) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and CC. RGB value is (174,143,204). Sum of RGB (Red+Green+Blue) = 174+143+204=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FCC is #517033. Grayscale: #9F9F9F. Windows color (decimal): -5337140 or 13406126. OLE color: 13406126.

HSL color Cylindrical-coordinate representation of color #AE8FCC: hue angle of 270.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8FCC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174143204-
CMYK0.150.3000.2
HSL270.49º37.42%68.04%-
HSV(B)270.49º29.9%80%-
XYZ38.183361.48-
YUV159.22153.27138.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=33.40%
G=27.45%
B=39.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741432040.150.3000.2270.4937.4268.04
HexAE8FCCF1E01410e2544
Octal256217314173602441645104
Binary1010111010001111110011001111111100101001000011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FCC; }

 p { color: rgb(174,143,204); }

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

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

 a { background-color: rgb(174,143,204); }

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

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

 span { border-color: rgb(174,143,204); }

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