#AEA5CC

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

Shades of Biloba Flower #AEA5CC

Tints of Biloba Flower #AEA5CC

Color information

#AEA5CC (or 0xAEA5CC) is unknown color: approx Biloba Flower. HEX triplet: AE, A5 and CC. RGB value is (174,165,204). Sum of RGB (Red+Green+Blue) = 174+165+204=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5CC is #515A33. Grayscale: #ABABAB. Windows color (decimal): -5331508 or 13411758. OLE color: 13411758.

HSL color Cylindrical-coordinate representation of color #AEA5CC: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA5CC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174165204-
CMYK0.150.1900.2
HSL253.85º27.66%72.35%-
HSV(B)253.85º19.12%80%-
XYZ41.8140.2762.7-
YUV172.14145.98129.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=32.04%
G=30.39%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741652040.150.1900.2253.8527.6672.35
HexAEA5CCF13014fe1c48
Octal256245314172302437634110
Binary10101110101001011100110011111001101010011111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5CC; }

 p { color: rgb(174,165,204); }

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

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

 a { background-color: rgb(174,165,204); }

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

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

 span { border-color: rgb(174,165,204); }

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