Html Css Color HEX #AE99DB Biloba Flower

📋 copy color: '#AE99DB'

red 174 ◦ green 153 ◦ blue 219

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

Shades of Biloba Flower #AE99DB

Tints of Biloba Flower #AE99DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.02%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 31.87%
G = 28.02%
B = 40.11%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE99DB (or 0xAE99DB) is known color: Biloba Flower. HEX triplet: AE, 99 and DB. RGB value is (174,153,219). Sum of RGB (Red+Green+Blue) = 174+153+219=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99DB is #516624. Grayscale: #A6A6A6. Windows color (decimal): -5334565 or 14391726. OLE color: 14391726.

HSL color Cylindrical-coordinate representation of color #AE99DB: hue angle of 259.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE99DB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 153 219 -
CMYK 0.21 0.30 0 0.14
HSL 259.09º 0.48% 0.73% -
HSV(B) 259.09º 0.3% 0.86% -
XYZ 41.63 36.9 71.95 -
YUV 166.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 174 153 219 0.21 0.30 0 0.14 259.09 0.48 0.73
Hex AE 99 DB 15 1E 0 E 103 30 49
Octal 256 231 333 25 36 0 16 403 60 111
Binary 10101110 10011001 11011011 10101 11110 0 1110 100000011 110000 1001001

Color Harmonies of #AE99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99DB

Black with #AE99DB

Text Example


Text Example

White with #AE99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99DB; }

 p { color: rgb(174,153,219); }

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

background-color css

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

 a { background-color: rgb(174,153,219); }

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

border-color css

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

 span { border-color: rgb(174,153,219); }

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