Html Css Color HEX #AD81D5 Biloba Flower

📋 copy color: '#AD81D5'

red 173 ◦ green 129 ◦ blue 213

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

Shades of Biloba Flower #AD81D5

Tints of Biloba Flower #AD81D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 33.59%
G = 25.05%
B = 41.36%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD81D5 (or 0xAD81D5) is known color: Biloba Flower. HEX triplet: AD, 81 and D5. RGB value is (173,129,213). Sum of RGB (Red+Green+Blue) = 173+129+213=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD81D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81D5 is #527E2A. Grayscale: #979797. Windows color (decimal): -5406251 or 13992365. OLE color: 13992365.

HSL color Cylindrical-coordinate representation of color #AD81D5: hue angle of 271.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD81D5 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 129 213 -
CMYK 0.19 0.39 0 0.16
HSL 271.43º 0.5% 0.67% -
HSV(B) 271.43º 0.39% 0.84% -
XYZ 37.09 29.39 66.67 -
YUV 151.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 173 129 213 0.19 0.39 0 0.16 271.43 0.5 0.67
Hex AD 81 D5 13 27 0 10 10F 32 43
Octal 255 201 325 23 47 0 20 417 62 103
Binary 10101101 10000001 11010101 10011 100111 0 10000 100001111 110010 1000011

Color Harmonies of #AD81D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81D5

Black with #AD81D5

Text Example


Text Example

White with #AD81D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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