Html Css Color HEX #AD98CF Biloba Flower

📋 copy color: '#AD98CF'

red 173 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #AD98CF

Tints of Biloba Flower #AD98CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 32.52%
G = 28.57%
B = 38.91%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD98CF (or 0xAD98CF) is known color: Biloba Flower. HEX triplet: AD, 98 and CF. RGB value is (173,152,207). Sum of RGB (Red+Green+Blue) = 173+152+207=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98CF is #526730. Grayscale: #A4A4A4. Windows color (decimal): -5400369 or 13605037. OLE color: 13605037.

HSL color Cylindrical-coordinate representation of color #AD98CF: hue angle of 262.91º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD98CF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 152 207 -
CMYK 0.16 0.27 0 0.19
HSL 262.91º 0.36% 0.7% -
HSV(B) 262.91º 0.27% 0.81% -
XYZ 39.72 35.85 63.86 -
YUV 164.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 173 152 207 0.16 0.27 0 0.19 262.91 0.36 0.7
Hex AD 98 CF 10 1B 0 13 107 24 46
Octal 255 230 317 20 33 0 23 407 44 106
Binary 10101101 10011000 11001111 10000 11011 0 10011 100000111 100100 1000110

Color Harmonies of #AD98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98CF

Black with #AD98CF

Text Example


Text Example

White with #AD98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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