Html Css Color HEX #AD82DC Biloba Flower

📋 copy color: '#AD82DC'

red 173 ◦ green 130 ◦ blue 220

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

Shades of Biloba Flower #AD82DC

Tints of Biloba Flower #AD82DC

RGB

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

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

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

R = 33.08%
G = 24.86%
B = 42.07%

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

#AD82DC (or 0xAD82DC) is known color: Biloba Flower. HEX triplet: AD, 82 and DC. RGB value is (173,130,220). Sum of RGB (Red+Green+Blue) = 173+130+220=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82DC is #527D23. Grayscale: #989898. Windows color (decimal): -5405988 or 14451373. OLE color: 14451373.

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

Color convert

RGB 173 130 220 -
CMYK 0.21 0.41 0 0.14
HSL 268.67º 0.56% 0.69% -
HSV(B) 268.67º 0.41% 0.86% -
XYZ 38.13 30.02 71.49 -
YUV 153.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 173 130 220 0.21 0.41 0 0.14 268.67 0.56 0.69
Hex AD 82 DC 15 29 0 E 10D 38 45
Octal 255 202 334 25 51 0 16 415 70 105
Binary 10101101 10000010 11011100 10101 101001 0 1110 100001101 111000 1000101

Color Harmonies of #AD82DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82DC

Black with #AD82DC

Text Example


Text Example

White with #AD82DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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