Html Css Color HEX #AD96DD Biloba Flower

📋 copy color: '#AD96DD'

red 173 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #AD96DD

Tints of Biloba Flower #AD96DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 31.8%
G = 27.57%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD96DD (or 0xAD96DD) is known color: Biloba Flower. HEX triplet: AD, 96 and DD. RGB value is (173,150,221). Sum of RGB (Red+Green+Blue) = 173+150+221=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DD is #526922. Grayscale: #A4A4A4. Windows color (decimal): -5400867 or 14522029. OLE color: 14522029.

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

Color convert

RGB 173 150 221 -
CMYK 0.22 0.32 0 0.13
HSL 259.44º 0.51% 0.73% -
HSV(B) 259.44º 0.32% 0.87% -
XYZ 41.19 35.92 73.17 -
YUV 164.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 173 150 221 0.22 0.32 0 0.13 259.44 0.51 0.73
Hex AD 96 DD 16 20 0 D 103 33 49
Octal 255 226 335 26 40 0 15 403 63 111
Binary 10101101 10010110 11011101 10110 100000 0 1101 100000011 110011 1001001

Color Harmonies of #AD96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96DD

Black with #AD96DD

Text Example


Text Example

White with #AD96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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