#AE82ED

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

Shades of Biloba Flower #AE82ED

Tints of Biloba Flower #AE82ED

Color information

#AE82ED (or 0xAE82ED) is unknown color: approx Biloba Flower. HEX triplet: AE, 82 and ED. RGB value is (174,130,237). Sum of RGB (Red+Green+Blue) = 174+130+237=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE82ED is #517D12. Grayscale: #9A9A9A. Windows color (decimal): -5340435 or 15565486. OLE color: 15565486.

HSL color Cylindrical-coordinate representation of color #AE82ED: hue angle of 264.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE82ED is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174130237-
CMYK0.270.4500.07
HSL264.67º74.83%71.96%-
HSV(B)264.67º45.15%92.94%-
XYZ40.7231.0883.97-
YUV155.35174.08141.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=32.16%
G=24.03%
B=43.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741302370.270.4500.07264.6774.8371.96
HexAE82ED1B2D071094b48
Octal256202355335507411113110
Binary10101110100000101110110111011101101011110000100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82ED; }

 p { color: rgb(174,130,237); }

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

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

 a { background-color: rgb(174,130,237); }

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

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

 span { border-color: rgb(174,130,237); }

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