Html Css Color HEX #AD83DB Biloba Flower

📋 copy color: '#AD83DB'

red 173 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #AD83DB

Tints of Biloba Flower #AD83DB

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 value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD83DB (or 0xAD83DB) is known color: 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

RGB 173 131 219 -
CMYK 0.21 0.40 0 0.14
HSL 268.64º 0.55% 0.69% -
HSV(B) 268.64º 0.4% 0.86% -
XYZ 38.14 30.23 70.84 -
YUV 153.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 173 131 219 0.21 0.40 0 0.14 268.64 0.55 0.69
Hex AD 83 DB 15 28 0 E 10D 37 45
Octal 255 203 333 25 50 0 16 415 67 105
Binary 10101101 10000011 11011011 10101 101000 0 1110 100001101 110111 1000101

Color Harmonies of #AD83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83DB

Black with #AD83DB

Text Example


Text Example

White with #AD83DB

Text Example


Text Example

HTML Codes & Css Web 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>