#AE98CA

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

Shades of Biloba Flower #AE98CA

Tints of Biloba Flower #AE98CA

Color information

#AE98CA (or 0xAE98CA) is unknown color: approx Biloba Flower. HEX triplet: AE, 98 and CA. RGB value is (174,152,202). Sum of RGB (Red+Green+Blue) = 174+152+202=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98CA is #516735. Grayscale: #A4A4A4. Windows color (decimal): -5334838 or 13277358. OLE color: 13277358.

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

Color convert

RGB174152202-
CMYK0.140.2500.21
HSL266.4º32.05%69.41%-
HSV(B)266.4º24.75%79.22%-
XYZ39.3435.7260.7-
YUV164.28149.29134.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=32.95%
G=28.79%
B=38.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741522020.140.2500.21266.432.0569.41
HexAE98CAE1901510a2045
Octal256230312163102541240105
Binary1010111010011000110010101110110010101011000010101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98CA; }

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

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

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

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

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

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

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

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