Html Css Color HEX #AD98DB Biloba Flower

📋 copy color: '#AD98DB'

red 173 ◦ green 152 ◦ blue 219

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

Shades of Biloba Flower #AD98DB

Tints of Biloba Flower #AD98DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.94%

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

R = 31.8%
G = 27.94%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD98DB (or 0xAD98DB) is known color: Biloba Flower. HEX triplet: AD, 98 and DB. RGB value is (173,152,219). Sum of RGB (Red+Green+Blue) = 173+152+219=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98DB is #526724. Grayscale: #A5A5A5. Windows color (decimal): -5400357 or 14391469. OLE color: 14391469.

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

Color convert

RGB 173 152 219 -
CMYK 0.21 0.31 0 0.14
HSL 258.81º 0.48% 0.73% -
HSV(B) 258.81º 0.31% 0.86% -
XYZ 41.25 36.46 71.88 -
YUV 165.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 173 152 219 0.21 0.31 0 0.14 258.81 0.48 0.73
Hex AD 98 DB 15 1F 0 E 103 30 49
Octal 255 230 333 25 37 0 16 403 60 111
Binary 10101101 10011000 11011011 10101 11111 0 1110 100000011 110000 1001001

Color Harmonies of #AD98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98DB

Black with #AD98DB

Text Example


Text Example

White with #AD98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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