Html Css Color HEX #AD9FCF Biloba Flower

📋 copy color: '#AD9FCF'

red 173 ◦ green 159 ◦ blue 207

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

Shades of Biloba Flower #AD9FCF

Tints of Biloba Flower #AD9FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.5%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 32.1%
G = 29.5%
B = 38.4%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD9FCF (or 0xAD9FCF) is known color: Biloba Flower. HEX triplet: AD, 9F and CF. RGB value is (173,159,207). Sum of RGB (Red+Green+Blue) = 173+159+207=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD9FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FCF is #526030. Grayscale: #A8A8A8. Windows color (decimal): -5398577 or 13606829. OLE color: 13606829.

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

Color convert

RGB 173 159 207 -
CMYK 0.16 0.23 0 0.19
HSL 257.5º 0.33% 0.72% -
HSV(B) 257.5º 0.23% 0.81% -
XYZ 40.89 38.19 64.25 -
YUV 168.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 173 159 207 0.16 0.23 0 0.19 257.5 0.33 0.72
Hex AD 9F CF 10 17 0 13 102 21 48
Octal 255 237 317 20 27 0 23 402 41 110
Binary 10101101 10011111 11001111 10000 10111 0 10011 100000010 100001 1001000

Color Harmonies of #AD9FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FCF

Black with #AD9FCF

Text Example


Text Example

White with #AD9FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FCF; }

 p { color: rgb(173,159,207); }

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

background-color css

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

 a { background-color: rgb(173,159,207); }

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

border-color css

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

 span { border-color: rgb(173,159,207); }

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