Html Css Color HEX #AD99CE Biloba Flower

📋 copy color: '#AD99CE'

red 173 ◦ green 153 ◦ blue 206

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

Shades of Biloba Flower #AD99CE

Tints of Biloba Flower #AD99CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 32.52%
G = 28.76%
B = 38.72%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD99CE (or 0xAD99CE) is known color: Biloba Flower. HEX triplet: AD, 99 and CE. RGB value is (173,153,206). Sum of RGB (Red+Green+Blue) = 173+153+206=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99CE is #526631. Grayscale: #A4A4A4. Windows color (decimal): -5400114 or 13539757. OLE color: 13539757.

HSL color Cylindrical-coordinate representation of color #AD99CE: hue angle of 262.64º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD99CE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 153 206 -
CMYK 0.16 0.26 0 0.19
HSL 262.64º 0.35% 0.7% -
HSV(B) 262.64º 0.26% 0.81% -
XYZ 39.77 36.12 63.27 -
YUV 165.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 173 153 206 0.16 0.26 0 0.19 262.64 0.35 0.7
Hex AD 99 CE 10 1A 0 13 107 23 46
Octal 255 231 316 20 32 0 23 407 43 106
Binary 10101101 10011001 11001110 10000 11010 0 10011 100000111 100011 1000110

Color Harmonies of #AD99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99CE

Black with #AD99CE

Text Example


Text Example

White with #AD99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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