Html Css Color HEX #AE86DB Biloba Flower

📋 copy color: '#AE86DB'

red 174 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #AE86DB

Tints of Biloba Flower #AE86DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 33.02%
G = 25.43%
B = 41.56%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE86DB (or 0xAE86DB) is known color: Biloba Flower. HEX triplet: AE, 86 and DB. RGB value is (174,134,219). Sum of RGB (Red+Green+Blue) = 174+134+219=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86DB is #517924. Grayscale: #9B9B9B. Windows color (decimal): -5339429 or 14386862. OLE color: 14386862.

HSL color Cylindrical-coordinate representation of color #AE86DB: hue angle of 268.24º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE86DB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 134 219 -
CMYK 0.21 0.39 0 0.14
HSL 268.24º 0.54% 0.69% -
HSV(B) 268.24º 0.39% 0.86% -
XYZ 38.77 31.16 70.99 -
YUV 155.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 174 134 219 0.21 0.39 0 0.14 268.24 0.54 0.69
Hex AE 86 DB 15 27 0 E 10C 36 45
Octal 256 206 333 25 47 0 16 414 66 105
Binary 10101110 10000110 11011011 10101 100111 0 1110 100001100 110110 1000101

Color Harmonies of #AE86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE86DB

Black with #AE86DB

Text Example


Text Example

White with #AE86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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