Html Css Color HEX #AD8DCC Biloba Flower

📋 copy color: '#AD8DCC'

red 173 ◦ green 141 ◦ blue 204

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

Shades of Biloba Flower #AD8DCC

Tints of Biloba Flower #AD8DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 33.4%
G = 27.22%
B = 39.38%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD8DCC (or 0xAD8DCC) is known color: Biloba Flower. HEX triplet: AD, 8D and CC. RGB value is (173,141,204). Sum of RGB (Red+Green+Blue) = 173+141+204=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCC is #527233. Grayscale: #9D9D9D. Windows color (decimal): -5403188 or 13405613. OLE color: 13405613.

HSL color Cylindrical-coordinate representation of color #AD8DCC: hue angle of 270.48º degrees, saturation: 0.38, 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 #AD8DCC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 141 204 -
CMYK 0.15 0.31 0 0.2
HSL 270.48º 0.38% 0.68% -
HSV(B) 270.48º 0.31% 0.8% -
XYZ 37.66 32.29 61.38 -
YUV 157.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 173 141 204 0.15 0.31 0 0.2 270.48 0.38 0.68
Hex AD 8D CC F 1F 0 14 10E 26 44
Octal 255 215 314 17 37 0 24 416 46 104
Binary 10101101 10001101 11001100 1111 11111 0 10100 100001110 100110 1000100

Color Harmonies of #AD8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DCC

Black with #AD8DCC

Text Example


Text Example

White with #AD8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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