Html Css Color HEX #AD81DD Biloba Flower

📋 copy color: '#AD81DD'

red 173 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #AD81DD

Tints of Biloba Flower #AD81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 33.08%
G = 24.67%
B = 42.26%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD81DD (or 0xAD81DD) is known color: Biloba Flower. HEX triplet: AD, 81 and DD. RGB value is (173,129,221). Sum of RGB (Red+Green+Blue) = 173+129+221=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DD is #527E22. Grayscale: #989898. Windows color (decimal): -5406243 or 14516653. OLE color: 14516653.

HSL color Cylindrical-coordinate representation of color #AD81DD: hue angle of 268.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD81DD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 129 221 -
CMYK 0.22 0.42 0 0.13
HSL 268.7º 0.58% 0.69% -
HSV(B) 268.7º 0.42% 0.87% -
XYZ 38.13 29.81 72.15 -
YUV 152.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 173 129 221 0.22 0.42 0 0.13 268.7 0.58 0.69
Hex AD 81 DD 16 2A 0 D 10D 3A 45
Octal 255 201 335 26 52 0 15 415 72 105
Binary 10101101 10000001 11011101 10110 101010 0 1101 100001101 111010 1000101

Color Harmonies of #AD81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81DD

Black with #AD81DD

Text Example


Text Example

White with #AD81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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