Html Css Color HEX #AD8CDC Biloba Flower

📋 copy color: '#AD8CDC'

red 173 ◦ green 140 ◦ blue 220

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

Shades of Biloba Flower #AD8CDC

Tints of Biloba Flower #AD8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 32.46%
G = 26.27%
B = 41.28%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8CDC (or 0xAD8CDC) is known color: Biloba Flower. HEX triplet: AD, 8C and DC. RGB value is (173,140,220). Sum of RGB (Red+Green+Blue) = 173+140+220=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDC is #527323. Grayscale: #9E9E9E. Windows color (decimal): -5403428 or 14453933. OLE color: 14453933.

HSL color Cylindrical-coordinate representation of color #AD8CDC: hue angle of 264.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8CDC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 140 220 -
CMYK 0.21 0.36 0 0.14
HSL 264.75º 0.53% 0.71% -
HSV(B) 264.75º 0.36% 0.86% -
XYZ 39.53 32.81 71.96 -
YUV 158.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 173 140 220 0.21 0.36 0 0.14 264.75 0.53 0.71
Hex AD 8C DC 15 24 0 E 109 35 47
Octal 255 214 334 25 44 0 16 411 65 107
Binary 10101101 10001100 11011100 10101 100100 0 1110 100001001 110101 1000111

Color Harmonies of #AD8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CDC

Black with #AD8CDC

Text Example


Text Example

White with #AD8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CDC; }

 p { color: rgb(173,140,220); }

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

background-color css

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

 a { background-color: rgb(173,140,220); }

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

border-color css

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

 span { border-color: rgb(173,140,220); }

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