#AE98E2

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

Shades of Biloba Flower #AE98E2

Tints of Biloba Flower #AE98E2

Color information

#AE98E2 (or 0xAE98E2) is unknown color: approx Biloba Flower. HEX triplet: AE, 98 and E2. RGB value is (174,152,226). Sum of RGB (Red+Green+Blue) = 174+152+226=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE98E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98E2 is #51671D. Grayscale: #A6A6A6. Windows color (decimal): -5334814 or 14850222. OLE color: 14850222.

HSL color Cylindrical-coordinate representation of color #AE98E2: hue angle of 257.84º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE98E2 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174152226-
CMYK0.230.3300.11
HSL257.84º56.06%74.12%-
HSV(B)257.84º32.74%88.63%-
XYZ42.4136.9576.85-
YUV167.01161.29132.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 226 (88.67% from 255) = 40.94%
R=31.52%
G=27.54%
B=40.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741522260.230.3300.11257.8456.0674.12
HexAE98E217210B102384a
Octal256230342274101340270112
Binary10101110100110001110001010111100001010111000000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98E2; }

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

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

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

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

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

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

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

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