Html Css Color HEX #AD96D9 Biloba Flower

📋 copy color: '#AD96D9'

red 173 ◦ green 150 ◦ blue 217

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

Shades of Biloba Flower #AD96D9

Tints of Biloba Flower #AD96D9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.78%

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 32.04%
G = 27.78%
B = 40.19%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD96D9 (or 0xAD96D9) is known color: Biloba Flower. HEX triplet: AD, 96 and D9. RGB value is (173,150,217). Sum of RGB (Red+Green+Blue) = 173+150+217=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD96D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D9 is #526926. Grayscale: #A4A4A4. Windows color (decimal): -5400871 or 14259885. OLE color: 14259885.

HSL color Cylindrical-coordinate representation of color #AD96D9: hue angle of 260.6º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD96D9 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 150 217 -
CMYK 0.20 0.31 0 0.15
HSL 260.6º 0.47% 0.72% -
HSV(B) 260.6º 0.31% 0.85% -
XYZ 40.66 35.71 70.39 -
YUV 164.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 173 150 217 0.20 0.31 0 0.15 260.6 0.47 0.72
Hex AD 96 D9 14 1F 0 F 105 2F 48
Octal 255 226 331 24 37 0 17 405 57 110
Binary 10101101 10010110 11011001 10100 11111 0 1111 100000101 101111 1001000

Color Harmonies of #AD96D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96D9

Black with #AD96D9

Text Example


Text Example

White with #AD96D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96D9; }

 p { color: rgb(173,150,217); }

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

background-color css

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

 a { background-color: rgb(173,150,217); }

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

border-color css

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

 span { border-color: rgb(173,150,217); }

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