#AE84E6

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

Shades of Biloba Flower #AE84E6

Tints of Biloba Flower #AE84E6

Color information

#AE84E6 (or 0xAE84E6) is unknown color: approx Biloba Flower. HEX triplet: AE, 84 and E6. RGB value is (174,132,230). Sum of RGB (Red+Green+Blue) = 174+132+230=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE84E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE84E6 is #517B19. Grayscale: #9B9B9B. Windows color (decimal): -5339930 or 15107246. OLE color: 15107246.

HSL color Cylindrical-coordinate representation of color #AE84E6: hue angle of 265.71º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE84E6 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174132230-
CMYK0.240.4300.10
HSL265.71º66.22%70.98%-
HSV(B)265.71º42.61%90.2%-
XYZ39.9931.2178.78-
YUV155.73169.91141.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=32.46%
G=24.63%
B=42.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741322300.240.4300.10265.7166.2270.98
HexAE84E6182B0A10a4247
Octal2562043463053012412102107
Binary101011101000010011100110110001010110101010000101010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84E6; }

 p { color: rgb(174,132,230); }

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

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

 a { background-color: rgb(174,132,230); }

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

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

 span { border-color: rgb(174,132,230); }

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