Html Css Color HEX #AD81DC Biloba Flower

📋 copy color: '#AD81DC'

red 173 ◦ green 129 ◦ blue 220

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

Shades of Biloba Flower #AD81DC

Tints of Biloba Flower #AD81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.71%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 33.14%
G = 24.71%
B = 42.15%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD81DC (or 0xAD81DC) is known color: Biloba Flower. HEX triplet: AD, 81 and DC. RGB value is (173,129,220). Sum of RGB (Red+Green+Blue) = 173+129+220=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DC is #527E23. Grayscale: #989898. Windows color (decimal): -5406244 or 14451117. OLE color: 14451117.

HSL color Cylindrical-coordinate representation of color #AD81DC: hue angle of 269.01º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD81DC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 129 220 -
CMYK 0.21 0.41 0 0.14
HSL 269.01º 0.57% 0.68% -
HSV(B) 269.01º 0.41% 0.86% -
XYZ 38 29.75 71.45 -
YUV 152.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 173 129 220 0.21 0.41 0 0.14 269.01 0.57 0.68
Hex AD 81 DC 15 29 0 E 10D 39 44
Octal 255 201 334 25 51 0 16 415 71 104
Binary 10101101 10000001 11011100 10101 101001 0 1110 100001101 111001 1000100

Color Harmonies of #AD81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81DC

Black with #AD81DC

Text Example


Text Example

White with #AD81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81DC; }

 p { color: rgb(173,129,220); }

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

background-color css

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

 a { background-color: rgb(173,129,220); }

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

border-color css

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

 span { border-color: rgb(173,129,220); }

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