Html Css Color HEX #AD81D1 East Side

📋 copy color: '#AD81D1'

red 173 ◦ green 129 ◦ blue 209

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

Shades of East Side #AD81D1

Tints of East Side #AD81D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 33.86%
G = 25.24%
B = 40.9%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD81D1 (or 0xAD81D1) is known color: East Side. HEX triplet: AD, 81 and D1. RGB value is (173,129,209). Sum of RGB (Red+Green+Blue) = 173+129+209=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD81D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81D1 is #527E2E. Grayscale: #979797. Windows color (decimal): -5406255 or 13730221. OLE color: 13730221.

HSL color Cylindrical-coordinate representation of color #AD81D1: hue angle of 273º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD81D1 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 129 209 -
CMYK 0.17 0.38 0 0.18
HSL 273º 0.47% 0.66% -
HSV(B) 273º 0.38% 0.82% -
XYZ 36.59 29.19 64.03 -
YUV 151.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 173 129 209 0.17 0.38 0 0.18 273 0.47 0.66
Hex AD 81 D1 11 26 0 12 111 2F 42
Octal 255 201 321 21 46 0 22 421 57 102
Binary 10101101 10000001 11010001 10001 100110 0 10010 100010001 101111 1000010

Color Harmonies of #AD81D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81D1

Black with #AD81D1

Text Example


Text Example

White with #AD81D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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