Html Css Color HEX #AE8DDD Biloba Flower

📋 copy color: '#AE8DDD'

red 174 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #AE8DDD

Tints of Biloba Flower #AE8DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 32.46%
G = 26.31%
B = 41.23%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE8DDD (or 0xAE8DDD) is known color: Biloba Flower. HEX triplet: AE, 8D and DD. RGB value is (174,141,221). Sum of RGB (Red+Green+Blue) = 174+141+221=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DDD is #517222. Grayscale: #9F9F9F. Windows color (decimal): -5337635 or 14519726. OLE color: 14519726.

HSL color Cylindrical-coordinate representation of color #AE8DDD: hue angle of 264.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE8DDD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 141 221 -
CMYK 0.21 0.36 0 0.13
HSL 264.75º 0.54% 0.71% -
HSV(B) 264.75º 0.36% 0.87% -
XYZ 40.03 33.27 72.72 -
YUV 159.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 174 141 221 0.21 0.36 0 0.13 264.75 0.54 0.71
Hex AE 8D DD 15 24 0 D 109 36 47
Octal 256 215 335 25 44 0 15 411 66 107
Binary 10101110 10001101 11011101 10101 100100 0 1101 100001001 110110 1000111

Color Harmonies of #AE8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8DDD

Black with #AE8DDD

Text Example


Text Example

White with #AE8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8DDD; }

 p { color: rgb(174,141,221); }

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

background-color css

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

 a { background-color: rgb(174,141,221); }

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

border-color css

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

 span { border-color: rgb(174,141,221); }

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