Html Css Color HEX #AD98C7 Biloba Flower

📋 copy color: '#AD98C7'

red 173 ◦ green 152 ◦ blue 199

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

Shades of Biloba Flower #AD98C7

Tints of Biloba Flower #AD98C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 33.02%
G = 29.01%
B = 37.98%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD98C7 (or 0xAD98C7) is known color: Biloba Flower. HEX triplet: AD, 98 and C7. RGB value is (173,152,199). Sum of RGB (Red+Green+Blue) = 173+152+199=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD98C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C7 is #526738. Grayscale: #A3A3A3. Windows color (decimal): -5400377 or 13080749. OLE color: 13080749.

HSL color Cylindrical-coordinate representation of color #AD98C7: hue angle of 266.81º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD98C7 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 152 199 -
CMYK 0.13 0.24 0 0.22
HSL 266.81º 0.3% 0.69% -
HSV(B) 266.81º 0.24% 0.78% -
XYZ 38.77 35.46 58.83 -
YUV 163.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 173 152 199 0.13 0.24 0 0.22 266.81 0.3 0.69
Hex AD 98 C7 D 18 0 16 10B 1E 45
Octal 255 230 307 15 30 0 26 413 36 105
Binary 10101101 10011000 11000111 1101 11000 0 10110 100001011 11110 1000101

Color Harmonies of #AD98C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98C7

Black with #AD98C7

Text Example


Text Example

White with #AD98C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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