Html Css Color HEX #AE9ADD Biloba Flower

📋 copy color: '#AE9ADD'

red 174 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #AE9ADD

Tints of Biloba Flower #AE9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.05%

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

R = 31.69%
G = 28.05%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE9ADD (or 0xAE9ADD) is known color: Biloba Flower. HEX triplet: AE, 9A and DD. RGB value is (174,154,221). Sum of RGB (Red+Green+Blue) = 174+154+221=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ADD is #516522. Grayscale: #A7A7A7. Windows color (decimal): -5334307 or 14523054. OLE color: 14523054.

HSL color Cylindrical-coordinate representation of color #AE9ADD: hue angle of 257.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9ADD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 154 221 -
CMYK 0.21 0.30 0 0.13
HSL 257.91º 0.5% 0.74% -
HSV(B) 257.91º 0.3% 0.87% -
XYZ 42.06 37.33 73.4 -
YUV 167.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 174 154 221 0.21 0.30 0 0.13 257.91 0.5 0.74
Hex AE 9A DD 15 1E 0 D 102 32 4A
Octal 256 232 335 25 36 0 15 402 62 112
Binary 10101110 10011010 11011101 10101 11110 0 1101 100000010 110010 1001010

Color Harmonies of #AE9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9ADD

Black with #AE9ADD

Text Example


Text Example

White with #AE9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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