Html Css Color HEX #AD9DDA Biloba Flower

📋 copy color: '#AD9DDA'

red 173 ◦ green 157 ◦ blue 218

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

Shades of Biloba Flower #AD9DDA

Tints of Biloba Flower #AD9DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.65%

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

R = 31.57%
G = 28.65%
B = 39.78%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD9DDA (or 0xAD9DDA) is known color: Biloba Flower. HEX triplet: AD, 9D and DA. RGB value is (173,157,218). Sum of RGB (Red+Green+Blue) = 173+157+218=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD9DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDA is #526225. Grayscale: #A8A8A8. Windows color (decimal): -5399078 or 14327213. OLE color: 14327213.

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

Color convert

RGB 173 157 218 -
CMYK 0.21 0.28 0 0.15
HSL 255.74º 0.45% 0.74% -
HSV(B) 255.74º 0.28% 0.85% -
XYZ 41.95 38.06 71.47 -
YUV 168.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 173 157 218 0.21 0.28 0 0.15 255.74 0.45 0.74
Hex AD 9D DA 15 1C 0 F 100 2D 4A
Octal 255 235 332 25 34 0 17 400 55 112
Binary 10101101 10011101 11011010 10101 11100 0 1111 100000000 101101 1001010

Color Harmonies of #AD9DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DDA

Black with #AD9DDA

Text Example


Text Example

White with #AD9DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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