Html Css Color HEX #AD99C7 Biloba Flower

📋 copy color: '#AD99C7'

red 173 ◦ green 153 ◦ blue 199

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

Shades of Biloba Flower #AD99C7

Tints of Biloba Flower #AD99C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.9%

R = 32.95%
G = 29.14%
B = 37.9%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD99C7 (or 0xAD99C7) is known color: Biloba Flower. HEX triplet: AD, 99 and C7. RGB value is (173,153,199). Sum of RGB (Red+Green+Blue) = 173+153+199=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD99C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C7 is #526638. Grayscale: #A4A4A4. Windows color (decimal): -5400121 or 13081005. OLE color: 13081005.

HSL color Cylindrical-coordinate representation of color #AD99C7: hue angle of 266.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD99C7 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 153 199 -
CMYK 0.13 0.23 0 0.22
HSL 266.09º 0.29% 0.69% -
HSV(B) 266.09º 0.23% 0.78% -
XYZ 38.93 35.79 58.89 -
YUV 164.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 173 153 199 0.13 0.23 0 0.22 266.09 0.29 0.69
Hex AD 99 C7 D 17 0 16 10A 1D 45
Octal 255 231 307 15 27 0 26 412 35 105
Binary 10101101 10011001 11000111 1101 10111 0 10110 100001010 11101 1000101

Color Harmonies of #AD99C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99C7

Black with #AD99C7

Text Example


Text Example

White with #AD99C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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