Html Css Color HEX #AE86EC Biloba Flower

📋 copy color: '#AE86EC'

red 174 ◦ green 134 ◦ blue 236

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

Shades of Biloba Flower #AE86EC

Tints of Biloba Flower #AE86EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 31.99%
G = 24.63%
B = 43.38%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE86EC (or 0xAE86EC) is known color: Biloba Flower. HEX triplet: AE, 86 and EC. RGB value is (174,134,236). Sum of RGB (Red+Green+Blue) = 174+134+236=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE86EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE86EC is #517913. Grayscale: #9D9D9D. Windows color (decimal): -5339412 or 15500974. OLE color: 15500974.

HSL color Cylindrical-coordinate representation of color #AE86EC: hue angle of 263.53º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE86EC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 134 236 -
CMYK 0.26 0.43 0 0.07
HSL 263.53º 0.73% 0.73% -
HSV(B) 263.53º 0.43% 0.93% -
XYZ 41.12 32.11 83.39 -
YUV 157.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 174 134 236 0.26 0.43 0 0.07 263.53 0.73 0.73
Hex AE 86 EC 1A 2B 0 7 108 49 49
Octal 256 206 354 32 53 0 7 410 111 111
Binary 10101110 10000110 11101100 11010 101011 0 111 100001000 1001001 1001001

Color Harmonies of #AE86EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE86EC

Black with #AE86EC

Text Example


Text Example

White with #AE86EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE86EC; }

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

 H1.HeaderClassName
 {
   color: #AE86EC;
 }
 .AnyTagClassName
 {
   color: #AE86EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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