Html Css Color HEX #AD84DD Biloba Flower

📋 copy color: '#AD84DD'

red 173 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #AD84DD

Tints of Biloba Flower #AD84DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.1%

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

R = 32.89%
G = 25.1%
B = 42.02%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD84DD (or 0xAD84DD) is known color: Biloba Flower. HEX triplet: AD, 84 and DD. RGB value is (173,132,221). Sum of RGB (Red+Green+Blue) = 173+132+221=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84DD is #527B22. Grayscale: #9A9A9A. Windows color (decimal): -5405475 or 14517421. OLE color: 14517421.

HSL color Cylindrical-coordinate representation of color #AD84DD: hue angle of 267.64º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD84DD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 132 221 -
CMYK 0.22 0.40 0 0.13
HSL 267.64º 0.57% 0.69% -
HSV(B) 267.64º 0.4% 0.87% -
XYZ 38.54 30.61 72.28 -
YUV 154.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 173 132 221 0.22 0.40 0 0.13 267.64 0.57 0.69
Hex AD 84 DD 16 28 0 D 10C 39 45
Octal 255 204 335 26 50 0 15 414 71 105
Binary 10101101 10000100 11011101 10110 101000 0 1101 100001100 111001 1000101

Color Harmonies of #AD84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84DD

Black with #AD84DD

Text Example


Text Example

White with #AD84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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