#AE94CF

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

Shades of Biloba Flower #AE94CF

Tints of Biloba Flower #AE94CF

Color information

#AE94CF (or 0xAE94CF) is unknown color: approx Biloba Flower. HEX triplet: AE, 94 and CF. RGB value is (174,148,207). Sum of RGB (Red+Green+Blue) = 174+148+207=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE94CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94CF is #516B30. Grayscale: #A2A2A2. Windows color (decimal): -5335857 or 13604014. OLE color: 13604014.

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

Color convert

RGB174148207-
CMYK0.160.2900.19
HSL266.44º38.06%69.61%-
HSV(B)266.44º28.5%81.18%-
XYZ39.3134.6863.65-
YUV162.5153.11136.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=32.89%
G=27.98%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741482070.160.2900.19266.4438.0669.61
HexAE94CF101D01310a2646
Octal256224317203502341246106
Binary10101110100101001100111110000111010100111000010101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94CF; }

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

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

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

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

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

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

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

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