Html Css Color HEX #AD82DF Biloba Flower

📋 copy color: '#AD82DF'

red 173 ◦ green 130 ◦ blue 223

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

Shades of Biloba Flower #AD82DF

Tints of Biloba Flower #AD82DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 32.89%
G = 24.71%
B = 42.4%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD82DF (or 0xAD82DF) is known color: Biloba Flower. HEX triplet: AD, 82 and DF. RGB value is (173,130,223). Sum of RGB (Red+Green+Blue) = 173+130+223=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD82DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82DF is #527D20. Grayscale: #999999. Windows color (decimal): -5405985 or 14647981. OLE color: 14647981.

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

Color convert

RGB 173 130 223 -
CMYK 0.22 0.42 0 0.13
HSL 267.74º 0.59% 0.69% -
HSV(B) 267.74º 0.42% 0.87% -
XYZ 38.54 30.18 73.61 -
YUV 153.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 173 130 223 0.22 0.42 0 0.13 267.74 0.59 0.69
Hex AD 82 DF 16 2A 0 D 10C 3B 45
Octal 255 202 337 26 52 0 15 414 73 105
Binary 10101101 10000010 11011111 10110 101010 0 1101 100001100 111011 1000101

Color Harmonies of #AD82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82DF

Black with #AD82DF

Text Example


Text Example

White with #AD82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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