Html Css Color HEX #AD96D5 Biloba Flower

📋 copy color: '#AD96D5'

red 173 ◦ green 150 ◦ blue 213

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

Shades of Biloba Flower #AD96D5

Tints of Biloba Flower #AD96D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 32.28%
G = 27.99%
B = 39.74%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD96D5 (or 0xAD96D5) is known color: Biloba Flower. HEX triplet: AD, 96 and D5. RGB value is (173,150,213). Sum of RGB (Red+Green+Blue) = 173+150+213=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD96D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96D5 is #52692A. Grayscale: #A3A3A3. Windows color (decimal): -5400875 or 13997741. OLE color: 13997741.

HSL color Cylindrical-coordinate representation of color #AD96D5: hue angle of 261.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD96D5 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 150 213 -
CMYK 0.19 0.30 0 0.16
HSL 261.9º 0.43% 0.71% -
HSV(B) 261.9º 0.3% 0.84% -
XYZ 40.15 35.5 67.69 -
YUV 164.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 173 150 213 0.19 0.30 0 0.16 261.9 0.43 0.71
Hex AD 96 D5 13 1E 0 10 106 2B 47
Octal 255 226 325 23 36 0 20 406 53 107
Binary 10101101 10010110 11010101 10011 11110 0 10000 100000110 101011 1000111

Color Harmonies of #AD96D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96D5

Black with #AD96D5

Text Example


Text Example

White with #AD96D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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