Html Css Color HEX #AE9DDD Biloba Flower

📋 copy color: '#AE9DDD'

red 174 ◦ green 157 ◦ blue 221

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

Shades of Biloba Flower #AE9DDD

Tints of Biloba Flower #AE9DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

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

R = 31.52%
G = 28.44%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE9DDD (or 0xAE9DDD) is known color: Biloba Flower. HEX triplet: AE, 9D and DD. RGB value is (174,157,221). Sum of RGB (Red+Green+Blue) = 174+157+221=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DDD is #516222. Grayscale: #A9A9A9. Windows color (decimal): -5333539 or 14523822. OLE color: 14523822.

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

Color convert

RGB 174 157 221 -
CMYK 0.21 0.29 0 0.13
HSL 255.94º 0.48% 0.74% -
HSV(B) 255.94º 0.29% 0.87% -
XYZ 42.56 38.33 73.56 -
YUV 169.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 174 157 221 0.21 0.29 0 0.13 255.94 0.48 0.74
Hex AE 9D DD 15 1D 0 D 100 30 4A
Octal 256 235 335 25 35 0 15 400 60 112
Binary 10101110 10011101 11011101 10101 11101 0 1101 100000000 110000 1001010

Color Harmonies of #AE9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DDD

Black with #AE9DDD

Text Example


Text Example

White with #AE9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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