Html Css Color HEX #AD99D9 Biloba Flower

📋 copy color: '#AD99D9'

red 173 ◦ green 153 ◦ blue 217

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

Shades of Biloba Flower #AD99D9

Tints of Biloba Flower #AD99D9

RGB

 RED value IS 173 (67.97% from 255) = 31.86%

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 31.86%
G = 28.18%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD99D9 (or 0xAD99D9) is known color: Biloba Flower. HEX triplet: AD, 99 and D9. RGB value is (173,153,217). Sum of RGB (Red+Green+Blue) = 173+153+217=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99D9 is #526626. Grayscale: #A6A6A6. Windows color (decimal): -5400103 or 14260653. OLE color: 14260653.

HSL color Cylindrical-coordinate representation of color #AD99D9: hue angle of 258.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD99D9 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 153 217 -
CMYK 0.20 0.29 0 0.15
HSL 258.75º 0.46% 0.73% -
HSV(B) 258.75º 0.29% 0.85% -
XYZ 41.15 36.68 70.56 -
YUV 166.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 173 153 217 0.20 0.29 0 0.15 258.75 0.46 0.73
Hex AD 99 D9 14 1D 0 F 103 2E 49
Octal 255 231 331 24 35 0 17 403 56 111
Binary 10101101 10011001 11011001 10100 11101 0 1111 100000011 101110 1001001

Color Harmonies of #AD99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99D9

Black with #AD99D9

Text Example


Text Example

White with #AD99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99D9; }

 p { color: rgb(173,153,217); }

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

background-color css

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

 a { background-color: rgb(173,153,217); }

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

border-color css

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

 span { border-color: rgb(173,153,217); }

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