Html Css Color HEX #AD99D7 Biloba Flower

📋 copy color: '#AD99D7'

red 173 ◦ green 153 ◦ blue 215

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

Shades of Biloba Flower #AD99D7

Tints of Biloba Flower #AD99D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.74%

R = 31.98%
G = 28.28%
B = 39.74%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD99D7 (or 0xAD99D7) is known color: Biloba Flower. HEX triplet: AD, 99 and D7. RGB value is (173,153,215). Sum of RGB (Red+Green+Blue) = 173+153+215=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD99D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99D7 is #526628. Grayscale: #A5A5A5. Windows color (decimal): -5400105 or 14129581. OLE color: 14129581.

HSL color Cylindrical-coordinate representation of color #AD99D7: hue angle of 259.35º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD99D7 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 153 215 -
CMYK 0.20 0.29 0 0.16
HSL 259.35º 0.44% 0.72% -
HSV(B) 259.35º 0.29% 0.84% -
XYZ 40.89 36.57 69.19 -
YUV 166.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 173 153 215 0.20 0.29 0 0.16 259.35 0.44 0.72
Hex AD 99 D7 14 1D 0 10 103 2C 48
Octal 255 231 327 24 35 0 20 403 54 110
Binary 10101101 10011001 11010111 10100 11101 0 10000 100000011 101100 1001000

Color Harmonies of #AD99D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99D7

Black with #AD99D7

Text Example


Text Example

White with #AD99D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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