Html Css Color HEX #AD82DB Biloba Flower

📋 copy color: '#AD82DB'

red 173 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #AD82DB

Tints of Biloba Flower #AD82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.9%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 33.14%
G = 24.9%
B = 41.95%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD82DB (or 0xAD82DB) is known color: Biloba Flower. HEX triplet: AD, 82 and DB. RGB value is (173,130,219). Sum of RGB (Red+Green+Blue) = 173+130+219=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82DB is #527D24. Grayscale: #989898. Windows color (decimal): -5405989 or 14385837. OLE color: 14385837.

HSL color Cylindrical-coordinate representation of color #AD82DB: hue angle of 268.99º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD82DB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 130 219 -
CMYK 0.21 0.41 0 0.14
HSL 268.99º 0.55% 0.68% -
HSV(B) 268.99º 0.41% 0.86% -
XYZ 38 29.96 70.8 -
YUV 153 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 173 130 219 0.21 0.41 0 0.14 268.99 0.55 0.68
Hex AD 82 DB 15 29 0 E 10D 37 44
Octal 255 202 333 25 51 0 16 415 67 104
Binary 10101101 10000010 11011011 10101 101001 0 1110 100001101 110111 1000100

Color Harmonies of #AD82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82DB

Black with #AD82DB

Text Example


Text Example

White with #AD82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82DB; }

 p { color: rgb(173,130,219); }

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

background-color css

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

 a { background-color: rgb(173,130,219); }

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

border-color css

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

 span { border-color: rgb(173,130,219); }

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