#AE94CC

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

Shades of Biloba Flower #AE94CC

Tints of Biloba Flower #AE94CC

Color information

#AE94CC (or 0xAE94CC) is unknown color: approx Biloba Flower. HEX triplet: AE, 94 and CC. RGB value is (174,148,204). Sum of RGB (Red+Green+Blue) = 174+148+204=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE94CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94CC is #516B33. Grayscale: #A1A1A1. Windows color (decimal): -5335860 or 13407406. OLE color: 13407406.

HSL color Cylindrical-coordinate representation of color #AE94CC: hue angle of 267.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE94CC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174148204-
CMYK0.150.2700.2
HSL267.86º35.44%69.02%-
HSV(B)267.86º27.45%80%-
XYZ38.9434.5461.74-
YUV162.16151.61136.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=33.08%
G=28.14%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741482040.150.2700.2267.8635.4469.02
HexAE94CCF1B01410c2345
Octal256224314173302441443105
Binary1010111010010100110011001111110110101001000011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94CC; }

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

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

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

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

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

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

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

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