Html Css Color HEX #AD8AD9 Biloba Flower

📋 copy color: '#AD8AD9'

red 173 ◦ green 138 ◦ blue 217

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

Shades of Biloba Flower #AD8AD9

Tints of Biloba Flower #AD8AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.14%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 32.77%
G = 26.14%
B = 41.1%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD8AD9 (or 0xAD8AD9) is known color: Biloba Flower. HEX triplet: AD, 8A and D9. RGB value is (173,138,217). Sum of RGB (Red+Green+Blue) = 173+138+217=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD8AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD9 is #527526. Grayscale: #9D9D9D. Windows color (decimal): -5403943 or 14256813. OLE color: 14256813.

HSL color Cylindrical-coordinate representation of color #AD8AD9: hue angle of 266.58º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8AD9 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 138 217 -
CMYK 0.20 0.36 0 0.15
HSL 266.58º 0.51% 0.7% -
HSV(B) 266.58º 0.36% 0.85% -
XYZ 38.85 32.07 69.79 -
YUV 157.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 173 138 217 0.20 0.36 0 0.15 266.58 0.51 0.7
Hex AD 8A D9 14 24 0 F 10B 33 46
Octal 255 212 331 24 44 0 17 413 63 106
Binary 10101101 10001010 11011001 10100 100100 0 1111 100001011 110011 1000110

Color Harmonies of #AD8AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AD9

Black with #AD8AD9

Text Example


Text Example

White with #AD8AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AD9; }

 p { color: rgb(173,138,217); }

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

background-color css

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

 a { background-color: rgb(173,138,217); }

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

border-color css

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

 span { border-color: rgb(173,138,217); }

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