Html Css Color HEX #AD84DC Biloba Flower

📋 copy color: '#AD84DC'

red 173 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #AD84DC

Tints of Biloba Flower #AD84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 32.95%
G = 25.14%
B = 41.9%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD84DC (or 0xAD84DC) is known color: Biloba Flower. HEX triplet: AD, 84 and DC. RGB value is (173,132,220). Sum of RGB (Red+Green+Blue) = 173+132+220=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84DC is #527B23. Grayscale: #999999. Windows color (decimal): -5405476 or 14451885. OLE color: 14451885.

HSL color Cylindrical-coordinate representation of color #AD84DC: hue angle of 267.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD84DC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 132 220 -
CMYK 0.21 0.40 0 0.14
HSL 267.95º 0.56% 0.69% -
HSV(B) 267.95º 0.4% 0.86% -
XYZ 38.4 30.55 71.58 -
YUV 154.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 173 132 220 0.21 0.40 0 0.14 267.95 0.56 0.69
Hex AD 84 DC 15 28 0 E 10C 38 45
Octal 255 204 334 25 50 0 16 414 70 105
Binary 10101101 10000100 11011100 10101 101000 0 1110 100001100 111000 1000101

Color Harmonies of #AD84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84DC

Black with #AD84DC

Text Example


Text Example

White with #AD84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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