#AE83DE

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

Shades of Biloba Flower #AE83DE

Tints of Biloba Flower #AE83DE

Color information

#AE83DE (or 0xAE83DE) is unknown color: approx Biloba Flower. HEX triplet: AE, 83 and DE. RGB value is (174,131,222). Sum of RGB (Red+Green+Blue) = 174+131+222=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE83DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83DE is #517C21. Grayscale: #999999. Windows color (decimal): -5340194 or 14582702. OLE color: 14582702.

HSL color Cylindrical-coordinate representation of color #AE83DE: hue angle of 268.35º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE83DE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174131222-
CMYK0.220.4100.13
HSL268.35º57.96%69.22%-
HSV(B)268.35º40.99%87.06%-
XYZ38.7630.5172.95-
YUV154.23166.25142.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=33.02%
G=24.86%
B=42.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741312220.220.4100.13268.3557.9669.22
HexAE83DE16290D10c3a45
Octal256203336265101541472105
Binary10101110100000111101111010110101001011011000011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83DE; }

 p { color: rgb(174,131,222); }

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

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

 a { background-color: rgb(174,131,222); }

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

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

 span { border-color: rgb(174,131,222); }

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