Html Css Color HEX #AD96D8 Biloba Flower

📋 copy color: '#AD96D8'

red 173 ◦ green 150 ◦ blue 216

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

Shades of Biloba Flower #AD96D8

Tints of Biloba Flower #AD96D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 32.1%
G = 27.83%
B = 40.07%

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

#AD96D8 (or 0xAD96D8) is known color: Biloba Flower. HEX triplet: AD, 96 and D8. RGB value is (173,150,216). Sum of RGB (Red+Green+Blue) = 173+150+216=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD96D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D8 is #526927. Grayscale: #A4A4A4. Windows color (decimal): -5400872 or 14194349. OLE color: 14194349.

HSL color Cylindrical-coordinate representation of color #AD96D8: hue angle of 260.91º degrees, saturation: 0.46, 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 #AD96D8 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 150 216 -
CMYK 0.20 0.31 0 0.15
HSL 260.91º 0.46% 0.72% -
HSV(B) 260.91º 0.31% 0.85% -
XYZ 40.53 35.65 69.71 -
YUV 164.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 173 150 216 0.20 0.31 0 0.15 260.91 0.46 0.72
Hex AD 96 D8 14 1F 0 F 105 2E 48
Octal 255 226 330 24 37 0 17 405 56 110
Binary 10101101 10010110 11011000 10100 11111 0 1111 100000101 101110 1001000

Color Harmonies of #AD96D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96D8

Black with #AD96D8

Text Example


Text Example

White with #AD96D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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