Html Css Color HEX #AD81D8 Biloba Flower

📋 copy color: '#AD81D8'

red 173 ◦ green 129 ◦ blue 216

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

Shades of Biloba Flower #AD81D8

Tints of Biloba Flower #AD81D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 33.4%
G = 24.9%
B = 41.7%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD81D8 (or 0xAD81D8) is known color: Biloba Flower. HEX triplet: AD, 81 and D8. RGB value is (173,129,216). Sum of RGB (Red+Green+Blue) = 173+129+216=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD81D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81D8 is #527E27. Grayscale: #979797. Windows color (decimal): -5406248 or 14188973. OLE color: 14188973.

HSL color Cylindrical-coordinate representation of color #AD81D8: hue angle of 270.34º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD81D8 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 129 216 -
CMYK 0.20 0.40 0 0.15
HSL 270.34º 0.53% 0.68% -
HSV(B) 270.34º 0.4% 0.85% -
XYZ 37.48 29.54 68.69 -
YUV 152.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 173 129 216 0.20 0.40 0 0.15 270.34 0.53 0.68
Hex AD 81 D8 14 28 0 F 10E 35 44
Octal 255 201 330 24 50 0 17 416 65 104
Binary 10101101 10000001 11011000 10100 101000 0 1111 100001110 110101 1000100

Color Harmonies of #AD81D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81D8

Black with #AD81D8

Text Example


Text Example

White with #AD81D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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