Html Css Color HEX #AD98C5 Biloba Flower

📋 copy color: '#AD98C5'

red 173 ◦ green 152 ◦ blue 197

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

Shades of Biloba Flower #AD98C5

Tints of Biloba Flower #AD98C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.74%

R = 33.14%
G = 29.12%
B = 37.74%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD98C5 (or 0xAD98C5) is known color: Biloba Flower. HEX triplet: AD, 98 and C5. RGB value is (173,152,197). Sum of RGB (Red+Green+Blue) = 173+152+197=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD98C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C5 is #52673A. Grayscale: #A3A3A3. Windows color (decimal): -5400379 or 12949677. OLE color: 12949677.

HSL color Cylindrical-coordinate representation of color #AD98C5: hue angle of 268º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD98C5 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 152 197 -
CMYK 0.12 0.23 0 0.23
HSL 268º 0.28% 0.68% -
HSV(B) 268º 0.23% 0.77% -
XYZ 38.54 35.37 57.62 -
YUV 163.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 173 152 197 0.12 0.23 0 0.23 268 0.28 0.68
Hex AD 98 C5 C 17 0 17 10C 1C 44
Octal 255 230 305 14 27 0 27 414 34 104
Binary 10101101 10011000 11000101 1100 10111 0 10111 100001100 11100 1000100

Color Harmonies of #AD98C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98C5

Black with #AD98C5

Text Example


Text Example

White with #AD98C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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