Html Css Color HEX #AD99DF Biloba Flower

📋 copy color: '#AD99DF'

red 173 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #AD99DF

Tints of Biloba Flower #AD99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 31.51%
G = 27.87%
B = 40.62%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD99DF (or 0xAD99DF) is known color: Biloba Flower. HEX triplet: AD, 99 and DF. RGB value is (173,153,223). Sum of RGB (Red+Green+Blue) = 173+153+223=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99DF is #526620. Grayscale: #A6A6A6. Windows color (decimal): -5400097 or 14653869. OLE color: 14653869.

HSL color Cylindrical-coordinate representation of color #AD99DF: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD99DF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 153 223 -
CMYK 0.22 0.31 0 0.13
HSL 257.14º 0.52% 0.74% -
HSV(B) 257.14º 0.31% 0.87% -
XYZ 41.94 36.99 74.74 -
YUV 166.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 173 153 223 0.22 0.31 0 0.13 257.14 0.52 0.74
Hex AD 99 DF 16 1F 0 D 101 34 4A
Octal 255 231 337 26 37 0 15 401 64 112
Binary 10101101 10011001 11011111 10110 11111 0 1101 100000001 110100 1001010

Color Harmonies of #AD99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99DF

Black with #AD99DF

Text Example


Text Example

White with #AD99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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