#AE9BCB

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

Shades of Biloba Flower #AE9BCB

Tints of Biloba Flower #AE9BCB

Color information

#AE9BCB (or 0xAE9BCB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9B and CB. RGB value is (174,155,203). Sum of RGB (Red+Green+Blue) = 174+155+203=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BCB is #516434. Grayscale: #A5A5A5. Windows color (decimal): -5334069 or 13343662. OLE color: 13343662.

HSL color Cylindrical-coordinate representation of color #AE9BCB: hue angle of 263.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE9BCB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174155203-
CMYK0.140.2400.20
HSL263.75º31.58%70.2%-
HSV(B)263.75º23.65%79.61%-
XYZ39.9636.7561.49-
YUV166.15148.79133.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=32.71%
G=29.14%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741552030.140.2400.20263.7531.5870.2
HexAE9BCBE180141082046
Octal256233313163002441040106
Binary1010111010011011110010111110110000101001000010001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BCB; }

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

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

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

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

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

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

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

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