Html Css Color HEX #AD82DD Biloba Flower

📋 copy color: '#AD82DD'

red 173 ◦ green 130 ◦ blue 221

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

Shades of Biloba Flower #AD82DD

Tints of Biloba Flower #AD82DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 33.02%
G = 24.81%
B = 42.18%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD82DD (or 0xAD82DD) is known color: Biloba Flower. HEX triplet: AD, 82 and DD. RGB value is (173,130,221). Sum of RGB (Red+Green+Blue) = 173+130+221=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82DD is #527D22. Grayscale: #989898. Windows color (decimal): -5405987 or 14516909. OLE color: 14516909.

HSL color Cylindrical-coordinate representation of color #AD82DD: hue angle of 268.35º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD82DD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 130 221 -
CMYK 0.22 0.41 0 0.13
HSL 268.35º 0.57% 0.69% -
HSV(B) 268.35º 0.41% 0.87% -
XYZ 38.27 30.07 72.19 -
YUV 153.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 173 130 221 0.22 0.41 0 0.13 268.35 0.57 0.69
Hex AD 82 DD 16 29 0 D 10C 39 45
Octal 255 202 335 26 51 0 15 414 71 105
Binary 10101101 10000010 11011101 10110 101001 0 1101 100001100 111001 1000101

Color Harmonies of #AD82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82DD

Black with #AD82DD

Text Example


Text Example

White with #AD82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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