Html Css Color HEX #AD8CDD Biloba Flower

📋 copy color: '#AD8CDD'

red 173 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #AD8CDD

Tints of Biloba Flower #AD8CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 32.4%
G = 26.22%
B = 41.39%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD8CDD (or 0xAD8CDD) is known color: Biloba Flower. HEX triplet: AD, 8C and DD. RGB value is (173,140,221). Sum of RGB (Red+Green+Blue) = 173+140+221=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDD is #527322. Grayscale: #9E9E9E. Windows color (decimal): -5403427 or 14519469. OLE color: 14519469.

HSL color Cylindrical-coordinate representation of color #AD8CDD: hue angle of 264.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8CDD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 140 221 -
CMYK 0.22 0.37 0 0.13
HSL 264.44º 0.54% 0.71% -
HSV(B) 264.44º 0.37% 0.87% -
XYZ 39.66 32.86 72.66 -
YUV 159.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 173 140 221 0.22 0.37 0 0.13 264.44 0.54 0.71
Hex AD 8C DD 16 25 0 D 108 36 47
Octal 255 214 335 26 45 0 15 410 66 107
Binary 10101101 10001100 11011101 10110 100101 0 1101 100001000 110110 1000111

Color Harmonies of #AD8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CDD

Black with #AD8CDD

Text Example


Text Example

White with #AD8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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