Html Css Color HEX #AD81D6 Biloba Flower

📋 copy color: '#AD81D6'

red 173 ◦ green 129 ◦ blue 214

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

Shades of Biloba Flower #AD81D6

Tints of Biloba Flower #AD81D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.47%

R = 33.53%
G = 25%
B = 41.47%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD81D6 (or 0xAD81D6) is known color: Biloba Flower. HEX triplet: AD, 81 and D6. RGB value is (173,129,214). Sum of RGB (Red+Green+Blue) = 173+129+214=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD81D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81D6 is #527E29. Grayscale: #979797. Windows color (decimal): -5406250 or 14057901. OLE color: 14057901.

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

Color convert

RGB 173 129 214 -
CMYK 0.19 0.40 0 0.16
HSL 271.06º 0.51% 0.67% -
HSV(B) 271.06º 0.4% 0.84% -
XYZ 37.22 29.44 67.34 -
YUV 151.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 173 129 214 0.19 0.40 0 0.16 271.06 0.51 0.67
Hex AD 81 D6 13 28 0 10 10F 33 43
Octal 255 201 326 23 50 0 20 417 63 103
Binary 10101101 10000001 11010110 10011 101000 0 10000 100001111 110011 1000011

Color Harmonies of #AD81D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81D6

Black with #AD81D6

Text Example


Text Example

White with #AD81D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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