#AE95CA

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

Shades of Biloba Flower #AE95CA

Tints of Biloba Flower #AE95CA

Color information

#AE95CA (or 0xAE95CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 95 and CA. RGB value is (174,149,202). Sum of RGB (Red+Green+Blue) = 174+149+202=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95CA is #516A35. Grayscale: #A2A2A2. Windows color (decimal): -5335606 or 13276590. OLE color: 13276590.

HSL color Cylindrical-coordinate representation of color #AE95CA: hue angle of 268.3º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE95CA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174149202-
CMYK0.140.2600.21
HSL268.3º33.33%68.82%-
HSV(B)268.3º26.24%79.22%-
XYZ38.8634.7660.54-
YUV162.52150.28136.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=33.14%
G=28.38%
B=38.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741492020.140.2600.21268.333.3368.82
HexAE95CAE1A01510c2145
Octal256225312163202541441105
Binary1010111010010101110010101110110100101011000011001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95CA; }

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

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

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

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

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

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

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

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