Html Css Color HEX #AD84DA Biloba Flower

📋 copy color: '#AD84DA'

red 173 ◦ green 132 ◦ blue 218

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

Shades of Biloba Flower #AD84DA

Tints of Biloba Flower #AD84DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 33.08%
G = 25.24%
B = 41.68%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD84DA (or 0xAD84DA) is known color: Biloba Flower. HEX triplet: AD, 84 and DA. RGB value is (173,132,218). Sum of RGB (Red+Green+Blue) = 173+132+218=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD84DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84DA is #527B25. Grayscale: #999999. Windows color (decimal): -5405478 or 14320813. OLE color: 14320813.

HSL color Cylindrical-coordinate representation of color #AD84DA: hue angle of 268.6º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD84DA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 132 218 -
CMYK 0.21 0.39 0 0.15
HSL 268.6º 0.54% 0.69% -
HSV(B) 268.6º 0.39% 0.85% -
XYZ 38.14 30.45 70.2 -
YUV 154.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 173 132 218 0.21 0.39 0 0.15 268.6 0.54 0.69
Hex AD 84 DA 15 27 0 F 10D 36 45
Octal 255 204 332 25 47 0 17 415 66 105
Binary 10101101 10000100 11011010 10101 100111 0 1111 100001101 110110 1000101

Color Harmonies of #AD84DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84DA

Black with #AD84DA

Text Example


Text Example

White with #AD84DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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