Html Css Color HEX #AD96DF Biloba Flower

📋 copy color: '#AD96DF'

red 173 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #AD96DF

Tints of Biloba Flower #AD96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 31.68%
G = 27.47%
B = 40.84%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD96DF (or 0xAD96DF) is known color: Biloba Flower. HEX triplet: AD, 96 and DF. RGB value is (173,150,223). Sum of RGB (Red+Green+Blue) = 173+150+223=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96DF is #526920. Grayscale: #A4A4A4. Windows color (decimal): -5400865 or 14653101. OLE color: 14653101.

HSL color Cylindrical-coordinate representation of color #AD96DF: hue angle of 258.9º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD96DF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 150 223 -
CMYK 0.22 0.33 0 0.13
HSL 258.9º 0.53% 0.73% -
HSV(B) 258.9º 0.33% 0.87% -
XYZ 41.46 36.02 74.58 -
YUV 165.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 173 150 223 0.22 0.33 0 0.13 258.9 0.53 0.73
Hex AD 96 DF 16 21 0 D 103 35 49
Octal 255 226 337 26 41 0 15 403 65 111
Binary 10101101 10010110 11011111 10110 100001 0 1101 100000011 110101 1001001

Color Harmonies of #AD96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96DF

Black with #AD96DF

Text Example


Text Example

White with #AD96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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