Html Css Color HEX #AD96C7 Biloba Flower

📋 copy color: '#AD96C7'

red 173 ◦ green 150 ◦ blue 199

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

Shades of Biloba Flower #AD96C7

Tints of Biloba Flower #AD96C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.12%

R = 33.14%
G = 28.74%
B = 38.12%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD96C7 (or 0xAD96C7) is known color: Biloba Flower. HEX triplet: AD, 96 and C7. RGB value is (173,150,199). Sum of RGB (Red+Green+Blue) = 173+150+199=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD96C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C7 is #526938. Grayscale: #A2A2A2. Windows color (decimal): -5400889 or 13080237. OLE color: 13080237.

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

Color convert

RGB 173 150 199 -
CMYK 0.13 0.25 0 0.22
HSL 268.16º 0.3% 0.68% -
HSV(B) 268.16º 0.25% 0.78% -
XYZ 38.45 34.82 58.73 -
YUV 162.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 173 150 199 0.13 0.25 0 0.22 268.16 0.3 0.68
Hex AD 96 C7 D 19 0 16 10C 1E 44
Octal 255 226 307 15 31 0 26 414 36 104
Binary 10101101 10010110 11000111 1101 11001 0 10110 100001100 11110 1000100

Color Harmonies of #AD96C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96C7

Black with #AD96C7

Text Example


Text Example

White with #AD96C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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