Html Css Color HEX #AD9FDE Biloba Flower

📋 copy color: '#AD9FDE'

red 173 ◦ green 159 ◦ blue 222

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

Shades of Biloba Flower #AD9FDE

Tints of Biloba Flower #AD9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 31.23%
G = 28.7%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD9FDE (or 0xAD9FDE) is known color: Biloba Flower. HEX triplet: AD, 9F and DE. RGB value is (173,159,222). Sum of RGB (Red+Green+Blue) = 173+159+222=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FDE is #526021. Grayscale: #AAAAAA. Windows color (decimal): -5398562 or 14589869. OLE color: 14589869.

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

Color convert

RGB 173 159 222 -
CMYK 0.22 0.28 0 0.13
HSL 253.33º 0.49% 0.75% -
HSV(B) 253.33º 0.28% 0.87% -
XYZ 42.82 38.95 74.37 -
YUV 170.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 173 159 222 0.22 0.28 0 0.13 253.33 0.49 0.75
Hex AD 9F DE 16 1C 0 D FD 31 4B
Octal 255 237 336 26 34 0 15 375 61 113
Binary 10101101 10011111 11011110 10110 11100 0 1101 11111101 110001 1001011

Color Harmonies of #AD9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FDE

Black with #AD9FDE

Text Example


Text Example

White with #AD9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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