Html Css Color HEX #AD97E2 Biloba Flower

📋 copy color: '#AD97E2'

red 173 ◦ green 151 ◦ blue 226

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

Shades of Biloba Flower #AD97E2

Tints of Biloba Flower #AD97E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.09%

R = 31.45%
G = 27.45%
B = 41.09%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD97E2 (or 0xAD97E2) is known color: Biloba Flower. HEX triplet: AD, 97 and E2. RGB value is (173,151,226). Sum of RGB (Red+Green+Blue) = 173+151+226=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD97E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97E2 is #52681D. Grayscale: #A5A5A5. Windows color (decimal): -5400606 or 14849965. OLE color: 14849965.

HSL color Cylindrical-coordinate representation of color #AD97E2: hue angle of 257.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD97E2 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 151 226 -
CMYK 0.23 0.33 0 0.11
HSL 257.6º 0.56% 0.74% -
HSV(B) 257.6º 0.33% 0.89% -
XYZ 42.03 36.51 76.78 -
YUV 166.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 173 151 226 0.23 0.33 0 0.11 257.6 0.56 0.74
Hex AD 97 E2 17 21 0 B 102 38 4A
Octal 255 227 342 27 41 0 13 402 70 112
Binary 10101101 10010111 11100010 10111 100001 0 1011 100000010 111000 1001010

Color Harmonies of #AD97E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97E2

Black with #AD97E2

Text Example


Text Example

White with #AD97E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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