Html Css Color HEX #AD96C5 Biloba Flower

📋 copy color: '#AD96C5'

red 173 ◦ green 150 ◦ blue 197

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

Shades of Biloba Flower #AD96C5

Tints of Biloba Flower #AD96C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 33.27%
G = 28.85%
B = 37.88%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD96C5 (or 0xAD96C5) is known color: Biloba Flower. HEX triplet: AD, 96 and C5. RGB value is (173,150,197). Sum of RGB (Red+Green+Blue) = 173+150+197=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C5 is #52693A. Grayscale: #A2A2A2. Windows color (decimal): -5400891 or 12949165. OLE color: 12949165.

HSL color Cylindrical-coordinate representation of color #AD96C5: hue angle of 269.36º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD96C5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 150 197 -
CMYK 0.12 0.24 0 0.23
HSL 269.36º 0.29% 0.68% -
HSV(B) 269.36º 0.24% 0.77% -
XYZ 38.22 34.73 57.51 -
YUV 162.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 173 150 197 0.12 0.24 0 0.23 269.36 0.29 0.68
Hex AD 96 C5 C 18 0 17 10D 1D 44
Octal 255 226 305 14 30 0 27 415 35 104
Binary 10101101 10010110 11000101 1100 11000 0 10111 100001101 11101 1000100

Color Harmonies of #AD96C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96C5

Black with #AD96C5

Text Example


Text Example

White with #AD96C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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