Html Css Color HEX #AD95DB Biloba Flower

📋 copy color: '#AD95DB'

red 173 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #AD95DB

Tints of Biloba Flower #AD95DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 31.98%
G = 27.54%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD95DB (or 0xAD95DB) is known color: Biloba Flower. HEX triplet: AD, 95 and DB. RGB value is (173,149,219). Sum of RGB (Red+Green+Blue) = 173+149+219=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95DB is #526A24. Grayscale: #A3A3A3. Windows color (decimal): -5401125 or 14390701. OLE color: 14390701.

HSL color Cylindrical-coordinate representation of color #AD95DB: hue angle of 260.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD95DB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 149 219 -
CMYK 0.21 0.32 0 0.14
HSL 260.57º 0.49% 0.72% -
HSV(B) 260.57º 0.32% 0.86% -
XYZ 40.77 35.49 71.72 -
YUV 164.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 173 149 219 0.21 0.32 0 0.14 260.57 0.49 0.72
Hex AD 95 DB 15 20 0 E 105 31 48
Octal 255 225 333 25 40 0 16 405 61 110
Binary 10101101 10010101 11011011 10101 100000 0 1110 100000101 110001 1001000

Color Harmonies of #AD95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95DB

Black with #AD95DB

Text Example


Text Example

White with #AD95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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