Html Css Color HEX #AD84D6 Biloba Flower

📋 copy color: '#AD84D6'

red 173 ◦ green 132 ◦ blue 214

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

Shades of Biloba Flower #AD84D6

Tints of Biloba Flower #AD84D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 33.33%
G = 25.43%
B = 41.23%

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

#AD84D6 (or 0xAD84D6) is known color: Biloba Flower. HEX triplet: AD, 84 and D6. RGB value is (173,132,214). Sum of RGB (Red+Green+Blue) = 173+132+214=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD84D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84D6 is #527B29. Grayscale: #999999. Windows color (decimal): -5405482 or 14058669. OLE color: 14058669.

HSL color Cylindrical-coordinate representation of color #AD84D6: hue angle of 270º degrees, saturation: 0.5, 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 #AD84D6 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 132 214 -
CMYK 0.19 0.38 0 0.16
HSL 270º 0.5% 0.68% -
HSV(B) 270º 0.38% 0.84% -
XYZ 37.62 30.24 67.47 -
YUV 153.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 173 132 214 0.19 0.38 0 0.16 270 0.5 0.68
Hex AD 84 D6 13 26 0 10 10E 32 44
Octal 255 204 326 23 46 0 20 416 62 104
Binary 10101101 10000100 11010110 10011 100110 0 10000 100001110 110010 1000100

Color Harmonies of #AD84D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84D6

Black with #AD84D6

Text Example


Text Example

White with #AD84D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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