Html Css Color HEX #AD83D5 Biloba Flower

📋 copy color: '#AD83D5'

red 173 ◦ green 131 ◦ blue 213

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

Shades of Biloba Flower #AD83D5

Tints of Biloba Flower #AD83D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 33.46%
G = 25.34%
B = 41.2%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD83D5 (or 0xAD83D5) is known color: Biloba Flower. HEX triplet: AD, 83 and D5. RGB value is (173,131,213). Sum of RGB (Red+Green+Blue) = 173+131+213=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD83D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83D5 is #527C2A. Grayscale: #989898. Windows color (decimal): -5405739 or 13992877. OLE color: 13992877.

HSL color Cylindrical-coordinate representation of color #AD83D5: hue angle of 270.73º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD83D5 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 131 213 -
CMYK 0.19 0.38 0 0.16
HSL 270.73º 0.49% 0.67% -
HSV(B) 270.73º 0.38% 0.84% -
XYZ 37.36 29.92 66.76 -
YUV 152.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 173 131 213 0.19 0.38 0 0.16 270.73 0.49 0.67
Hex AD 83 D5 13 26 0 10 10F 31 43
Octal 255 203 325 23 46 0 20 417 61 103
Binary 10101101 10000011 11010101 10011 100110 0 10000 100001111 110001 1000011

Color Harmonies of #AD83D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83D5

Black with #AD83D5

Text Example


Text Example

White with #AD83D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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