Html Css Color HEX #AD8DD6 Biloba Flower

📋 copy color: '#AD8DD6'

red 173 ◦ green 141 ◦ blue 214

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

Shades of Biloba Flower #AD8DD6

Tints of Biloba Flower #AD8DD6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.7%

 BLUE value IS 214 (83.98% from 255) = 40.53%

R = 32.77%
G = 26.7%
B = 40.53%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD8DD6 (or 0xAD8DD6) is known color: Biloba Flower. HEX triplet: AD, 8D and D6. RGB value is (173,141,214). Sum of RGB (Red+Green+Blue) = 173+141+214=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD8DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DD6 is #527229. Grayscale: #9E9E9E. Windows color (decimal): -5403178 or 14060973. OLE color: 14060973.

HSL color Cylindrical-coordinate representation of color #AD8DD6: hue angle of 266.3º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD8DD6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 141 214 -
CMYK 0.19 0.34 0 0.16
HSL 266.3º 0.47% 0.7% -
HSV(B) 266.3º 0.34% 0.84% -
XYZ 38.9 32.79 67.9 -
YUV 158.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 173 141 214 0.19 0.34 0 0.16 266.3 0.47 0.7
Hex AD 8D D6 13 22 0 10 10A 2F 46
Octal 255 215 326 23 42 0 20 412 57 106
Binary 10101101 10001101 11010110 10011 100010 0 10000 100001010 101111 1000110

Color Harmonies of #AD8DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DD6

Black with #AD8DD6

Text Example


Text Example

White with #AD8DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DD6; }

 p { color: rgb(173,141,214); }

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

background-color css

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

 a { background-color: rgb(173,141,214); }

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

border-color css

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

 span { border-color: rgb(173,141,214); }

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