#ae8fcf

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

Shades of Biloba Flower #AE8FCF

Tints of Biloba Flower #AE8FCF

Color information

#AE8FCF (or 0xAE8FCF) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and CF. RGB value is (174,143,207). Sum of RGB (Red+Green+Blue) = 174+143+207=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FCF is #517030. Grayscale: #9F9F9F. Windows color (decimal): -5337137 or 13602734. OLE color: 13602734.

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

Color convert

RGB174143207-
CMYK0.160.3100.19
HSL269.06º40%68.63%-
HSV(B)269.06º30.92%81.18%-
XYZ38.5433.1563.4-
YUV159.56154.77138.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=33.21%
G=27.29%
B=39.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741432070.160.3100.19269.064068.63
HexAE8FCF101F01310d2845
Octal256217317203702341550105
Binary10101110100011111100111110000111110100111000011011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae8fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae8fcf; }

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

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

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

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

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

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

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

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