Html Css Color HEX #AD95DF Biloba Flower

📋 copy color: '#AD95DF'

red 173 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #AD95DF

Tints of Biloba Flower #AD95DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.34%

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

R = 31.74%
G = 27.34%
B = 40.92%

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

#AD95DF (or 0xAD95DF) is known color: Biloba Flower. HEX triplet: AD, 95 and DF. RGB value is (173,149,223). Sum of RGB (Red+Green+Blue) = 173+149+223=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95DF is #526A20. Grayscale: #A4A4A4. Windows color (decimal): -5401121 or 14652845. OLE color: 14652845.

HSL color Cylindrical-coordinate representation of color #AD95DF: hue angle of 259.46º degrees, saturation: 0.54, 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 #AD95DF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 149 223 -
CMYK 0.22 0.33 0 0.13
HSL 259.46º 0.54% 0.73% -
HSV(B) 259.46º 0.33% 0.87% -
XYZ 41.3 35.71 74.53 -
YUV 164.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 173 149 223 0.22 0.33 0 0.13 259.46 0.54 0.73
Hex AD 95 DF 16 21 0 D 103 36 49
Octal 255 225 337 26 41 0 15 403 66 111
Binary 10101101 10010101 11011111 10110 100001 0 1101 100000011 110110 1001001

Color Harmonies of #AD95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95DF

Black with #AD95DF

Text Example


Text Example

White with #AD95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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