Html Css Color HEX #AE86FF Biloba Flower

📋 copy color: '#AE86FF'

red 174 ◦ green 134 ◦ blue 255

#AE86FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AE86FF

Tints of Biloba Flower #AE86FF

RGB

 RED value IS 174 (68.36% from 255) = 30.91%

 GREEN value IS 134 (52.73% from 255) = 23.8%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 30.91%
G = 23.8%
B = 45.29%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE86FF (or 0xAE86FF) is known color: 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

RGB 174 134 255 -
CMYK 0.32 0.47 0 0
HSL 259.83º 1% 0.76% -
HSV(B) 259.83º 0.47% 1% -
XYZ 44.03 33.27 98.71 -
YUV 159.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 174 134 255 0.32 0.47 0 0 259.83 1 0.76
Hex AE 86 FF 20 2F 0 0 104 64 4C
Octal 256 206 377 40 57 0 0 404 144 114
Binary 10101110 10000110 11111111 100000 101111 0 0 100000100 1100100 1001100

Color Harmonies of #AE86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE86FF

Black with #AE86FF

Text Example


Text Example

White with #AE86FF

Text Example


Text Example

HTML Codes & Css Web 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>