Html Css Color HEX #AD96D1 Biloba Flower

📋 copy color: '#AD96D1'

red 173 ◦ green 150 ◦ blue 209

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

Shades of Biloba Flower #AD96D1

Tints of Biloba Flower #AD96D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 32.52%
G = 28.2%
B = 39.29%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD96D1 (or 0xAD96D1) is known color: Biloba Flower. HEX triplet: AD, 96 and D1. RGB value is (173,150,209). Sum of RGB (Red+Green+Blue) = 173+150+209=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD96D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D1 is #52692E. Grayscale: #A3A3A3. Windows color (decimal): -5400879 or 13735597. OLE color: 13735597.

HSL color Cylindrical-coordinate representation of color #AD96D1: hue angle of 263.39º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD96D1 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 150 209 -
CMYK 0.17 0.28 0 0.18
HSL 263.39º 0.39% 0.7% -
HSV(B) 263.39º 0.28% 0.82% -
XYZ 39.65 35.3 65.05 -
YUV 163.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 173 150 209 0.17 0.28 0 0.18 263.39 0.39 0.7
Hex AD 96 D1 11 1C 0 12 107 27 46
Octal 255 226 321 21 34 0 22 407 47 106
Binary 10101101 10010110 11010001 10001 11100 0 10010 100000111 100111 1000110

Color Harmonies of #AD96D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96D1

Black with #AD96D1

Text Example


Text Example

White with #AD96D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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