#AE9CFD

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

Shades of Biloba Flower #AE9CFD

Tints of Biloba Flower #AE9CFD

Color information

#AE9CFD (or 0xAE9CFD) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and FD. RGB value is (174,156,253). Sum of RGB (Red+Green+Blue) = 174+156+253=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #AE9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CFD is #516302. Grayscale: #ACACAC. Windows color (decimal): -5333763 or 16620718. OLE color: 16620718.

HSL color Cylindrical-coordinate representation of color #AE9CFD: hue angle of 251.13º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE9CFD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174156253-
CMYK0.310.3800.01
HSL251.13º96.04%80.2%-
HSV(B)251.13º38.34%99.22%-
XYZ47.0739.8798.14-
YUV172.44173.46129.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=29.85%
G=26.76%
B=43.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741562530.310.3800.01251.1396.0480.2
HexAE9CFD1F2601fb6050
Octal256234375374601373140120
Binary10101110100111001111110111111100110011111101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CFD; }

 p { color: rgb(174,156,253); }

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

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

 a { background-color: rgb(174,156,253); }

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

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

 span { border-color: rgb(174,156,253); }

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