Html Css Color HEX #AD96C6 Biloba Flower

📋 copy color: '#AD96C6'

red 173 ◦ green 150 ◦ blue 198

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

Shades of Biloba Flower #AD96C6

Tints of Biloba Flower #AD96C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38%

R = 33.21%
G = 28.79%
B = 38%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD96C6 (or 0xAD96C6) is known color: Biloba Flower. HEX triplet: AD, 96 and C6. RGB value is (173,150,198). Sum of RGB (Red+Green+Blue) = 173+150+198=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD96C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C6 is #526939. Grayscale: #A2A2A2. Windows color (decimal): -5400890 or 13014701. OLE color: 13014701.

HSL color Cylindrical-coordinate representation of color #AD96C6: hue angle of 268.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD96C6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 150 198 -
CMYK 0.13 0.24 0 0.22
HSL 268.75º 0.3% 0.68% -
HSV(B) 268.75º 0.24% 0.78% -
XYZ 38.33 34.77 58.12 -
YUV 162.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 173 150 198 0.13 0.24 0 0.22 268.75 0.3 0.68
Hex AD 96 C6 D 18 0 16 10D 1E 44
Octal 255 226 306 15 30 0 26 415 36 104
Binary 10101101 10010110 11000110 1101 11000 0 10110 100001101 11110 1000100

Color Harmonies of #AD96C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96C6

Black with #AD96C6

Text Example


Text Example

White with #AD96C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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