#AE92CE

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

Shades of Biloba Flower #AE92CE

Tints of Biloba Flower #AE92CE

Color information

#AE92CE (or 0xAE92CE) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and CE. RGB value is (174,146,206). Sum of RGB (Red+Green+Blue) = 174+146+206=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92CE is #516D31. Grayscale: #A1A1A1. Windows color (decimal): -5336370 or 13537966. OLE color: 13537966.

HSL color Cylindrical-coordinate representation of color #AE92CE: hue angle of 268º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE92CE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174146206-
CMYK0.160.2900.19
HSL268º37.97%69.02%-
HSV(B)268º29.13%80.78%-
XYZ38.8834.0162.91-
YUV161.21153.28137.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=33.08%
G=27.76%
B=39.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741462060.160.2900.1926837.9769.02
HexAE92CE101D01310c2645
Octal256222316203502341446105
Binary10101110100100101100111010000111010100111000011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92CE; }

 p { color: rgb(174,146,206); }

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

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

 a { background-color: rgb(174,146,206); }

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

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

 span { border-color: rgb(174,146,206); }

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