Html Css Color HEX #AD83D9 Biloba Flower

📋 copy color: '#AD83D9'

red 173 ◦ green 131 ◦ blue 217

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

Shades of Biloba Flower #AD83D9

Tints of Biloba Flower #AD83D9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.14%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 33.21%
G = 25.14%
B = 41.65%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD83D9 (or 0xAD83D9) is known color: Biloba Flower. HEX triplet: AD, 83 and D9. RGB value is (173,131,217). Sum of RGB (Red+Green+Blue) = 173+131+217=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD83D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83D9 is #527C26. Grayscale: #999999. Windows color (decimal): -5405735 or 14255021. OLE color: 14255021.

HSL color Cylindrical-coordinate representation of color #AD83D9: hue angle of 269.3º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD83D9 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 131 217 -
CMYK 0.20 0.40 0 0.15
HSL 269.3º 0.53% 0.68% -
HSV(B) 269.3º 0.4% 0.85% -
XYZ 37.87 30.13 69.46 -
YUV 153.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 173 131 217 0.20 0.40 0 0.15 269.3 0.53 0.68
Hex AD 83 D9 14 28 0 F 10D 35 44
Octal 255 203 331 24 50 0 17 415 65 104
Binary 10101101 10000011 11011001 10100 101000 0 1111 100001101 110101 1000100

Color Harmonies of #AD83D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83D9

Black with #AD83D9

Text Example


Text Example

White with #AD83D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83D9; }

 p { color: rgb(173,131,217); }

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

background-color css

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

 a { background-color: rgb(173,131,217); }

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

border-color css

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

 span { border-color: rgb(173,131,217); }

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