Html Css Color HEX #AD96D0 Biloba Flower

📋 copy color: '#AD96D0'

red 173 ◦ green 150 ◦ blue 208

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

Shades of Biloba Flower #AD96D0

Tints of Biloba Flower #AD96D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.17%

R = 32.58%
G = 28.25%
B = 39.17%

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

#AD96D0 (or 0xAD96D0) is known color: Biloba Flower. HEX triplet: AD, 96 and D0. RGB value is (173,150,208). Sum of RGB (Red+Green+Blue) = 173+150+208=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD96D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D0 is #52692F. Grayscale: #A3A3A3. Windows color (decimal): -5400880 or 13670061. OLE color: 13670061.

HSL color Cylindrical-coordinate representation of color #AD96D0: hue angle of 263.79º degrees, saturation: 0.38, 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 #AD96D0 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 150 208 -
CMYK 0.17 0.28 0 0.18
HSL 263.79º 0.38% 0.7% -
HSV(B) 263.79º 0.28% 0.82% -
XYZ 39.53 35.25 64.4 -
YUV 163.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 173 150 208 0.17 0.28 0 0.18 263.79 0.38 0.7
Hex AD 96 D0 11 1C 0 12 108 26 46
Octal 255 226 320 21 34 0 22 410 46 106
Binary 10101101 10010110 11010000 10001 11100 0 10010 100001000 100110 1000110

Color Harmonies of #AD96D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96D0

Black with #AD96D0

Text Example


Text Example

White with #AD96D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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