Html Css Color HEX #AD98DA Biloba Flower

📋 copy color: '#AD98DA'

red 173 ◦ green 152 ◦ blue 218

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

Shades of Biloba Flower #AD98DA

Tints of Biloba Flower #AD98DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 31.86%
G = 27.99%
B = 40.15%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD98DA (or 0xAD98DA) is known color: Biloba Flower. HEX triplet: AD, 98 and DA. RGB value is (173,152,218). Sum of RGB (Red+Green+Blue) = 173+152+218=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD98DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98DA is #526725. Grayscale: #A5A5A5. Windows color (decimal): -5400358 or 14325933. OLE color: 14325933.

HSL color Cylindrical-coordinate representation of color #AD98DA: hue angle of 259.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD98DA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 152 218 -
CMYK 0.21 0.30 0 0.15
HSL 259.09º 0.47% 0.73% -
HSV(B) 259.09º 0.3% 0.85% -
XYZ 41.12 36.4 71.19 -
YUV 165.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 173 152 218 0.21 0.30 0 0.15 259.09 0.47 0.73
Hex AD 98 DA 15 1E 0 F 103 2F 49
Octal 255 230 332 25 36 0 17 403 57 111
Binary 10101101 10011000 11011010 10101 11110 0 1111 100000011 101111 1001001

Color Harmonies of #AD98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98DA

Black with #AD98DA

Text Example


Text Example

White with #AD98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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