#AE8ACF

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

Shades of Biloba Flower #AE8ACF

Tints of Biloba Flower #AE8ACF

Color information

#AE8ACF (or 0xAE8ACF) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and CF. RGB value is (174,138,207). Sum of RGB (Red+Green+Blue) = 174+138+207=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ACF is #517530. Grayscale: #9C9C9C. Windows color (decimal): -5338417 or 13601454. OLE color: 13601454.

HSL color Cylindrical-coordinate representation of color #AE8ACF: hue angle of 271.3º degrees, saturation: 0.42, 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 #AE8ACF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174138207-
CMYK0.160.3300.19
HSL271.3º41.82%67.65%-
HSV(B)271.3º33.33%81.18%-
XYZ37.8131.6863.15-
YUV156.63156.43140.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=33.53%
G=26.59%
B=39.88%

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
Decimal1741382070.160.3300.19271.341.8267.65
HexAE8ACF102101310f2a44
Octal256212317204102341752104
Binary101011101000101011001111100001000010100111000011111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8ACF; }

 p { color: rgb(174,138,207); }

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

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

 a { background-color: rgb(174,138,207); }

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

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

 span { border-color: rgb(174,138,207); }

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