#AD83DB

Color #AD83DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD83DB

Tints of Biloba Flower #AD83DB

Color information

#AD83DB (or 0xAD83DB) is unknown color: approx Biloba Flower. HEX triplet: AD, 83 and DB. RGB value is (173,131,219). Sum of RGB (Red+Green+Blue) = 173+131+219=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83DB is #527C24. Grayscale: #999999. Windows color (decimal): -5405733 or 14386093. OLE color: 14386093.

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

Color convert

RGB173131219-
CMYK0.210.4000.14
HSL268.64º55%68.63%-
HSV(B)268.64º40.18%85.88%-
XYZ38.1430.2370.84-
YUV153.59164.91141.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=33.08%
G=25.05%
B=41.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731312190.210.4000.14268.645568.63
HexAD83DB15280E10d3745
Octal255203333255001641567105
Binary10101101100000111101101110101101000011101000011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83DB; }

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

 H1.HeaderClassName
 {
   color: #AD83DB;
 }
 .AnyTagClassName
 {
   color: #AD83DB;
 }
</style>
background-color css

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

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

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

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

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

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