#AE92CF

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

Shades of Biloba Flower #AE92CF

Tints of Biloba Flower #AE92CF

Color information

#AE92CF (or 0xAE92CF) is unknown color: approx Biloba Flower. HEX triplet: AE, 92 and CF. RGB value is (174,146,207). Sum of RGB (Red+Green+Blue) = 174+146+207=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE92CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92CF is #516D30. Grayscale: #A1A1A1. Windows color (decimal): -5336369 or 13603502. OLE color: 13603502.

HSL color Cylindrical-coordinate representation of color #AE92CF: hue angle of 267.54º degrees, saturation: 0.39, 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 #AE92CF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174146207-
CMYK0.160.2900.19
HSL267.54º38.85%69.22%-
HSV(B)267.54º29.47%81.18%-
XYZ3934.0663.55-
YUV161.33153.78137.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=33.02%
G=27.70%
B=39.28%

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
Decimal1741462070.160.2900.19267.5438.8569.22
HexAE92CF101D01310c2745
Octal256222317203502341447105
Binary10101110100100101100111110000111010100111000011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92CF; }

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

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

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

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

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

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

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

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