Html Css Color HEX #AD98D1 Biloba Flower

📋 copy color: '#AD98D1'

red 173 ◦ green 152 ◦ blue 209

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

Shades of Biloba Flower #AD98D1

Tints of Biloba Flower #AD98D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 32.4%
G = 28.46%
B = 39.14%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD98D1 (or 0xAD98D1) is known color: Biloba Flower. HEX triplet: AD, 98 and D1. RGB value is (173,152,209). Sum of RGB (Red+Green+Blue) = 173+152+209=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD98D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98D1 is #52672E. Grayscale: #A4A4A4. Windows color (decimal): -5400367 or 13736109. OLE color: 13736109.

HSL color Cylindrical-coordinate representation of color #AD98D1: hue angle of 262.11º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD98D1 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 152 209 -
CMYK 0.17 0.27 0 0.18
HSL 262.11º 0.38% 0.71% -
HSV(B) 262.11º 0.27% 0.82% -
XYZ 39.97 35.94 65.15 -
YUV 164.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 173 152 209 0.17 0.27 0 0.18 262.11 0.38 0.71
Hex AD 98 D1 11 1B 0 12 106 26 47
Octal 255 230 321 21 33 0 22 406 46 107
Binary 10101101 10011000 11010001 10001 11011 0 10010 100000110 100110 1000111

Color Harmonies of #AD98D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98D1

Black with #AD98D1

Text Example


Text Example

White with #AD98D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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