Html Css Color HEX #AD97FF Biloba Flower

📋 copy color: '#AD97FF'

red 173 ◦ green 151 ◦ blue 255

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

Shades of Biloba Flower #AD97FF

Tints of Biloba Flower #AD97FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 29.88%
G = 26.08%
B = 44.04%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD97FF (or 0xAD97FF) is known color: Biloba Flower. HEX triplet: AD, 97 and FF. RGB value is (173,151,255). Sum of RGB (Red+Green+Blue) = 173+151+255=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD97FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD97FF is #526800. Grayscale: #A9A9A9. Windows color (decimal): -5400577 or 16750509. OLE color: 16750509.

HSL color Cylindrical-coordinate representation of color #AD97FF: hue angle of 252.69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD97FF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 151 255 -
CMYK 0.32 0.41 0 0
HSL 252.69º 1% 0.8% -
HSV(B) 252.69º 0.41% 1% -
XYZ 46.35 38.24 99.55 -
YUV 169.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 173 151 255 0.32 0.41 0 0 252.69 1 0.8
Hex AD 97 FF 20 29 0 0 FD 64 50
Octal 255 227 377 40 51 0 0 375 144 120
Binary 10101101 10010111 11111111 100000 101001 0 0 11111101 1100100 1010000

Color Harmonies of #AD97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97FF

Black with #AD97FF

Text Example


Text Example

White with #AD97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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