Html Css Color HEX #AD9DDF Biloba Flower

📋 copy color: '#AD9DDF'

red 173 ◦ green 157 ◦ blue 223

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

Shades of Biloba Flower #AD9DDF

Tints of Biloba Flower #AD9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.39%

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

R = 31.28%
G = 28.39%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD9DDF (or 0xAD9DDF) is known color: Biloba Flower. HEX triplet: AD, 9D and DF. RGB value is (173,157,223). Sum of RGB (Red+Green+Blue) = 173+157+223=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDF is #526220. Grayscale: #A9A9A9. Windows color (decimal): -5399073 or 14654893. OLE color: 14654893.

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

Color convert

RGB 173 157 223 -
CMYK 0.22 0.30 0 0.13
HSL 254.55º 0.51% 0.75% -
HSV(B) 254.55º 0.3% 0.87% -
XYZ 42.61 38.33 74.96 -
YUV 169.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 173 157 223 0.22 0.30 0 0.13 254.55 0.51 0.75
Hex AD 9D DF 16 1E 0 D FF 33 4B
Octal 255 235 337 26 36 0 15 377 63 113
Binary 10101101 10011101 11011111 10110 11110 0 1101 11111111 110011 1001011

Color Harmonies of #AD9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DDF

Black with #AD9DDF

Text Example


Text Example

White with #AD9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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