#AE95CC

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

Shades of Biloba Flower #AE95CC

Tints of Biloba Flower #AE95CC

Color information

#AE95CC (or 0xAE95CC) is unknown color: approx Biloba Flower. HEX triplet: AE, 95 and CC. RGB value is (174,149,204). Sum of RGB (Red+Green+Blue) = 174+149+204=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE95CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95CC is #516A33. Grayscale: #A2A2A2. Windows color (decimal): -5335604 or 13407662. OLE color: 13407662.

HSL color Cylindrical-coordinate representation of color #AE95CC: hue angle of 267.27º 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 #AE95CC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174149204-
CMYK0.150.2700.2
HSL267.27º35.03%69.22%-
HSV(B)267.27º26.96%80%-
XYZ39.134.8561.79-
YUV162.74151.28136.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=33.02%
G=28.27%
B=38.71%

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
Decimal1741492040.150.2700.2267.2735.0369.22
HexAE95CCF1B01410b2345
Octal256225314173302441343105
Binary1010111010010101110011001111110110101001000010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95CC; }

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

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

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

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

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

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

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

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