Html Css Color HEX #AE8BD6 Biloba Flower

📋 copy color: '#AE8BD6'

red 174 ◦ green 139 ◦ blue 214

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

Shades of Biloba Flower #AE8BD6

Tints of Biloba Flower #AE8BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.38%

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 33.02%
G = 26.38%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE8BD6 (or 0xAE8BD6) is known color: Biloba Flower. HEX triplet: AE, 8B and D6. RGB value is (174,139,214). Sum of RGB (Red+Green+Blue) = 174+139+214=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE8BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BD6 is #517429. Grayscale: #9D9D9D. Windows color (decimal): -5338154 or 14060462. OLE color: 14060462.

HSL color Cylindrical-coordinate representation of color #AE8BD6: hue angle of 268º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE8BD6 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 139 214 -
CMYK 0.19 0.35 0 0.16
HSL 268º 0.48% 0.69% -
HSV(B) 268º 0.35% 0.84% -
XYZ 38.83 32.32 67.81 -
YUV 158.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 174 139 214 0.19 0.35 0 0.16 268 0.48 0.69
Hex AE 8B D6 13 23 0 10 10C 30 45
Octal 256 213 326 23 43 0 20 414 60 105
Binary 10101110 10001011 11010110 10011 100011 0 10000 100001100 110000 1000101

Color Harmonies of #AE8BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BD6

Black with #AE8BD6

Text Example


Text Example

White with #AE8BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BD6; }

 p { color: rgb(174,139,214); }

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

background-color css

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

 a { background-color: rgb(174,139,214); }

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

border-color css

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

 span { border-color: rgb(174,139,214); }

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