#AE86FF

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

Shades of Biloba Flower #AE86FF

Tints of Biloba Flower #AE86FF

Color information

#AE86FF (or 0xAE86FF) is unknown color: approx Biloba Flower. HEX triplet: AE, 86 and FF. RGB value is (174,134,255). Sum of RGB (Red+Green+Blue) = 174+134+255=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE86FF is #517900. Grayscale: #9F9F9F. Windows color (decimal): -5339393 or 16746158. OLE color: 16746158.

HSL color Cylindrical-coordinate representation of color #AE86FF: hue angle of 259.83º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE86FF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174134255-
CMYK0.320.4700
HSL259.83º100%76.27%-
HSV(B)259.83º47.45%100%-
XYZ44.0333.2798.71-
YUV159.75181.75138.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 255 (100% from 255) = 45.29%
R=30.91%
G=23.80%
B=45.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741342550.320.4700259.8310076.27
HexAE86FF202F00104644c
Octal256206377405700404144114
Binary1010111010000110111111111000001011110010000010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86FF; }

 p { color: rgb(174,134,255); }

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

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

 a { background-color: rgb(174,134,255); }

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

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

 span { border-color: rgb(174,134,255); }

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