Html Css Color HEX #AD8ADD Biloba Flower

📋 copy color: '#AD8ADD'

red 173 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #AD8ADD

Tints of Biloba Flower #AD8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.94%

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

R = 32.52%
G = 25.94%
B = 41.54%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD8ADD (or 0xAD8ADD) is known color: Biloba Flower. HEX triplet: AD, 8A and DD. RGB value is (173,138,221). Sum of RGB (Red+Green+Blue) = 173+138+221=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ADD is #527522. Grayscale: #9D9D9D. Windows color (decimal): -5403939 or 14518957. OLE color: 14518957.

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

Color convert

RGB 173 138 221 -
CMYK 0.22 0.38 0 0.13
HSL 265.3º 0.55% 0.7% -
HSV(B) 265.3º 0.38% 0.87% -
XYZ 39.37 32.28 72.56 -
YUV 157.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 173 138 221 0.22 0.38 0 0.13 265.3 0.55 0.7
Hex AD 8A DD 16 26 0 D 109 37 46
Octal 255 212 335 26 46 0 15 411 67 106
Binary 10101101 10001010 11011101 10110 100110 0 1101 100001001 110111 1000110

Color Harmonies of #AD8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ADD

Black with #AD8ADD

Text Example


Text Example

White with #AD8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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