Html Css Color HEX #AE8EDD Biloba Flower

📋 copy color: '#AE8EDD'

red 174 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #AE8EDD

Tints of Biloba Flower #AE8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

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

R = 32.4%
G = 26.44%
B = 41.15%

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

#AE8EDD (or 0xAE8EDD) is known color: Biloba Flower. HEX triplet: AE, 8E and DD. RGB value is (174,142,221). Sum of RGB (Red+Green+Blue) = 174+142+221=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EDD is #517122. Grayscale: #A0A0A0. Windows color (decimal): -5337379 or 14519982. OLE color: 14519982.

HSL color Cylindrical-coordinate representation of color #AE8EDD: hue angle of 264.3º 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 #AE8EDD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 142 221 -
CMYK 0.21 0.36 0 0.13
HSL 264.3º 0.54% 0.71% -
HSV(B) 264.3º 0.36% 0.87% -
XYZ 40.18 33.57 72.77 -
YUV 160.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 174 142 221 0.21 0.36 0 0.13 264.3 0.54 0.71
Hex AE 8E DD 15 24 0 D 108 36 47
Octal 256 216 335 25 44 0 15 410 66 107
Binary 10101110 10001110 11011101 10101 100100 0 1101 100001000 110110 1000111

Color Harmonies of #AE8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8EDD

Black with #AE8EDD

Text Example


Text Example

White with #AE8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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