Html Css Color HEX #AD9ADA Biloba Flower

📋 copy color: '#AD9ADA'

red 173 ◦ green 154 ◦ blue 218

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

Shades of Biloba Flower #AD9ADA

Tints of Biloba Flower #AD9ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.26%

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

R = 31.74%
G = 28.26%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD9ADA (or 0xAD9ADA) is known color: Biloba Flower. HEX triplet: AD, 9A and DA. RGB value is (173,154,218). Sum of RGB (Red+Green+Blue) = 173+154+218=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADA is #526525. Grayscale: #A6A6A6. Windows color (decimal): -5399846 or 14326445. OLE color: 14326445.

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

Color convert

RGB 173 154 218 -
CMYK 0.21 0.29 0 0.15
HSL 257.81º 0.46% 0.73% -
HSV(B) 257.81º 0.29% 0.85% -
XYZ 41.44 37.06 71.3 -
YUV 166.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 173 154 218 0.21 0.29 0 0.15 257.81 0.46 0.73
Hex AD 9A DA 15 1D 0 F 102 2E 49
Octal 255 232 332 25 35 0 17 402 56 111
Binary 10101101 10011010 11011010 10101 11101 0 1111 100000010 101110 1001001

Color Harmonies of #AD9ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ADA

Black with #AD9ADA

Text Example


Text Example

White with #AD9ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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