Html Css Color HEX #AD87DD Biloba Flower

📋 copy color: '#AD87DD'

red 173 ◦ green 135 ◦ blue 221

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

Shades of Biloba Flower #AD87DD

Tints of Biloba Flower #AD87DD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.52%

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

R = 32.7%
G = 25.52%
B = 41.78%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD87DD (or 0xAD87DD) is known color: Biloba Flower. HEX triplet: AD, 87 and DD. RGB value is (173,135,221). Sum of RGB (Red+Green+Blue) = 173+135+221=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87DD is #527822. Grayscale: #9B9B9B. Windows color (decimal): -5404707 or 14518189. OLE color: 14518189.

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

Color convert

RGB 173 135 221 -
CMYK 0.22 0.39 0 0.13
HSL 266.51º 0.56% 0.7% -
HSV(B) 266.51º 0.39% 0.87% -
XYZ 38.95 31.43 72.42 -
YUV 156.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 173 135 221 0.22 0.39 0 0.13 266.51 0.56 0.7
Hex AD 87 DD 16 27 0 D 10B 38 46
Octal 255 207 335 26 47 0 15 413 70 106
Binary 10101101 10000111 11011101 10110 100111 0 1101 100001011 111000 1000110

Color Harmonies of #AD87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD87DD

Black with #AD87DD

Text Example


Text Example

White with #AD87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD87DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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