Html Css Color HEX #AD99D1 Biloba Flower

📋 copy color: '#AD99D1'

red 173 ◦ green 153 ◦ blue 209

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

Shades of Biloba Flower #AD99D1

Tints of Biloba Flower #AD99D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.07%

R = 32.34%
G = 28.6%
B = 39.07%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD99D1 (or 0xAD99D1) is known color: Biloba Flower. HEX triplet: AD, 99 and D1. RGB value is (173,153,209). Sum of RGB (Red+Green+Blue) = 173+153+209=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD99D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99D1 is #52662E. Grayscale: #A5A5A5. Windows color (decimal): -5400111 or 13736365. OLE color: 13736365.

HSL color Cylindrical-coordinate representation of color #AD99D1: hue angle of 261.43º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD99D1 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 153 209 -
CMYK 0.17 0.27 0 0.18
HSL 261.43º 0.38% 0.71% -
HSV(B) 261.43º 0.27% 0.82% -
XYZ 40.13 36.27 65.21 -
YUV 165.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 173 153 209 0.17 0.27 0 0.18 261.43 0.38 0.71
Hex AD 99 D1 11 1B 0 12 105 26 47
Octal 255 231 321 21 33 0 22 405 46 107
Binary 10101101 10011001 11010001 10001 11011 0 10010 100000101 100110 1000111

Color Harmonies of #AD99D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99D1

Black with #AD99D1

Text Example


Text Example

White with #AD99D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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