Html Css Color HEX #AD98DF Biloba Flower

📋 copy color: '#AD98DF'

red 173 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #AD98DF

Tints of Biloba Flower #AD98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 31.57%
G = 27.74%
B = 40.69%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD98DF (or 0xAD98DF) is known color: Biloba Flower. HEX triplet: AD, 98 and DF. RGB value is (173,152,223). Sum of RGB (Red+Green+Blue) = 173+152+223=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD98DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98DF is #526720. Grayscale: #A6A6A6. Windows color (decimal): -5400353 or 14653613. OLE color: 14653613.

HSL color Cylindrical-coordinate representation of color #AD98DF: hue angle of 257.75º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD98DF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 152 223 -
CMYK 0.22 0.32 0 0.13
HSL 257.75º 0.53% 0.74% -
HSV(B) 257.75º 0.32% 0.87% -
XYZ 41.78 36.67 74.69 -
YUV 166.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 173 152 223 0.22 0.32 0 0.13 257.75 0.53 0.74
Hex AD 98 DF 16 20 0 D 102 35 4A
Octal 255 230 337 26 40 0 15 402 65 112
Binary 10101101 10011000 11011111 10110 100000 0 1101 100000010 110101 1001010

Color Harmonies of #AD98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98DF

Black with #AD98DF

Text Example


Text Example

White with #AD98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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