Html Css Color HEX #AD99DA Biloba Flower

📋 copy color: '#AD99DA'

red 173 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #AD99DA

Tints of Biloba Flower #AD99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 31.8%
G = 28.13%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD99DA (or 0xAD99DA) is known color: Biloba Flower. HEX triplet: AD, 99 and DA. RGB value is (173,153,218). Sum of RGB (Red+Green+Blue) = 173+153+218=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99DA is #526625. Grayscale: #A6A6A6. Windows color (decimal): -5400102 or 14326189. OLE color: 14326189.

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

Color convert

RGB 173 153 218 -
CMYK 0.21 0.30 0 0.15
HSL 258.46º 0.47% 0.73% -
HSV(B) 258.46º 0.3% 0.85% -
XYZ 41.28 36.73 71.24 -
YUV 166.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 173 153 218 0.21 0.30 0 0.15 258.46 0.47 0.73
Hex AD 99 DA 15 1E 0 F 102 2F 49
Octal 255 231 332 25 36 0 17 402 57 111
Binary 10101101 10011001 11011010 10101 11110 0 1111 100000010 101111 1001001

Color Harmonies of #AD99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99DA

Black with #AD99DA

Text Example


Text Example

White with #AD99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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