Html Css Color HEX #AD84D5 Biloba Flower

📋 copy color: '#AD84D5'

red 173 ◦ green 132 ◦ blue 213

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

Shades of Biloba Flower #AD84D5

Tints of Biloba Flower #AD84D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 33.4%
G = 25.48%
B = 41.12%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD84D5 (or 0xAD84D5) is known color: Biloba Flower. HEX triplet: AD, 84 and D5. RGB value is (173,132,213). Sum of RGB (Red+Green+Blue) = 173+132+213=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD84D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84D5 is #527B2A. Grayscale: #999999. Windows color (decimal): -5405483 or 13993133. OLE color: 13993133.

HSL color Cylindrical-coordinate representation of color #AD84D5: hue angle of 270.37º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD84D5 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 132 213 -
CMYK 0.19 0.38 0 0.16
HSL 270.37º 0.49% 0.68% -
HSV(B) 270.37º 0.38% 0.84% -
XYZ 37.5 30.19 66.8 -
YUV 153.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 173 132 213 0.19 0.38 0 0.16 270.37 0.49 0.68
Hex AD 84 D5 13 26 0 10 10E 31 44
Octal 255 204 325 23 46 0 20 416 61 104
Binary 10101101 10000100 11010101 10011 100110 0 10000 100001110 110001 1000100

Color Harmonies of #AD84D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84D5

Black with #AD84D5

Text Example


Text Example

White with #AD84D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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