Html Css Color HEX #AD8DCD Biloba Flower

📋 copy color: '#AD8DCD'

red 173 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #AD8DCD

Tints of Biloba Flower #AD8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 33.33%
G = 27.17%
B = 39.5%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD8DCD (or 0xAD8DCD) is known color: Biloba Flower. HEX triplet: AD, 8D and CD. RGB value is (173,141,205). Sum of RGB (Red+Green+Blue) = 173+141+205=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCD is #527232. Grayscale: #9D9D9D. Windows color (decimal): -5403187 or 13471149. OLE color: 13471149.

HSL color Cylindrical-coordinate representation of color #AD8DCD: hue angle of 270º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8DCD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 141 205 -
CMYK 0.16 0.31 0 0.20
HSL 270º 0.39% 0.68% -
HSV(B) 270º 0.31% 0.8% -
XYZ 37.78 32.34 62.01 -
YUV 157.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 173 141 205 0.16 0.31 0 0.20 270 0.39 0.68
Hex AD 8D CD 10 1F 0 14 10E 27 44
Octal 255 215 315 20 37 0 24 416 47 104
Binary 10101101 10001101 11001101 10000 11111 0 10100 100001110 100111 1000100

Color Harmonies of #AD8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DCD

Black with #AD8DCD

Text Example


Text Example

White with #AD8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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