#AE9BFD

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

Shades of Biloba Flower #AE9BFD

Tints of Biloba Flower #AE9BFD

Color information

#AE9BFD (or 0xAE9BFD) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and FD. RGB value is (174,155,253). Sum of RGB (Red+Green+Blue) = 174+155+253=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #AE9BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BFD is #516402. Grayscale: #ABABAB. Windows color (decimal): -5334019 or 16620462. OLE color: 16620462.

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

Color convert

RGB174155253-
CMYK0.310.3900.01
HSL251.63º96.08%80%-
HSV(B)251.63º38.74%99.22%-
XYZ46.9139.5398.09-
YUV171.85173.79129.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 155 (60.94% from 255) = 26.63%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=29.90%
G=26.63%
B=43.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741552530.310.3900.01251.6396.0880
HexAE9BFD1F2701fc6050
Octal256233375374701374140120
Binary10101110100110111111110111111100111011111110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BFD; }

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

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

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

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

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

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

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

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