Html Css Color HEX #AD97DA Biloba Flower

📋 copy color: '#AD97DA'

red 173 ◦ green 151 ◦ blue 218

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

Shades of Biloba Flower #AD97DA

Tints of Biloba Flower #AD97DA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.86%

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

R = 31.92%
G = 27.86%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD97DA (or 0xAD97DA) is known color: Biloba Flower. HEX triplet: AD, 97 and DA. RGB value is (173,151,218). Sum of RGB (Red+Green+Blue) = 173+151+218=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD97DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97DA is #526825. Grayscale: #A4A4A4. Windows color (decimal): -5400614 or 14325677. OLE color: 14325677.

HSL color Cylindrical-coordinate representation of color #AD97DA: hue angle of 259.7º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD97DA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 151 218 -
CMYK 0.21 0.31 0 0.15
HSL 259.7º 0.48% 0.72% -
HSV(B) 259.7º 0.31% 0.85% -
XYZ 40.96 36.08 71.14 -
YUV 165.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 173 151 218 0.21 0.31 0 0.15 259.7 0.48 0.72
Hex AD 97 DA 15 1F 0 F 104 30 48
Octal 255 227 332 25 37 0 17 404 60 110
Binary 10101101 10010111 11011010 10101 11111 0 1111 100000100 110000 1001000

Color Harmonies of #AD97DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97DA

Black with #AD97DA

Text Example


Text Example

White with #AD97DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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