Html Css Color HEX #AD97D2 Biloba Flower

📋 copy color: '#AD97D2'

red 173 ◦ green 151 ◦ blue 210

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

Shades of Biloba Flower #AD97D2

Tints of Biloba Flower #AD97D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.33%

R = 32.4%
G = 28.28%
B = 39.33%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD97D2 (or 0xAD97D2) is known color: Biloba Flower. HEX triplet: AD, 97 and D2. RGB value is (173,151,210). Sum of RGB (Red+Green+Blue) = 173+151+210=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD97D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97D2 is #52682D. Grayscale: #A4A4A4. Windows color (decimal): -5400622 or 13801389. OLE color: 13801389.

HSL color Cylindrical-coordinate representation of color #AD97D2: hue angle of 262.37º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD97D2 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 151 210 -
CMYK 0.18 0.28 0 0.18
HSL 262.37º 0.4% 0.71% -
HSV(B) 262.37º 0.28% 0.82% -
XYZ 39.93 35.67 65.75 -
YUV 164.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 173 151 210 0.18 0.28 0 0.18 262.37 0.4 0.71
Hex AD 97 D2 12 1C 0 12 106 28 47
Octal 255 227 322 22 34 0 22 406 50 107
Binary 10101101 10010111 11010010 10010 11100 0 10010 100000110 101000 1000111

Color Harmonies of #AD97D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97D2

Black with #AD97D2

Text Example


Text Example

White with #AD97D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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