Html Css Color HEX #AD81D3 East Side

📋 copy color: '#AD81D3'

red 173 ◦ green 129 ◦ blue 211

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

Shades of East Side #AD81D3

Tints of East Side #AD81D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.13%

R = 33.72%
G = 25.15%
B = 41.13%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD81D3 (or 0xAD81D3) is known color: East Side. HEX triplet: AD, 81 and D3. RGB value is (173,129,211). Sum of RGB (Red+Green+Blue) = 173+129+211=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD81D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81D3 is #527E2C. Grayscale: #979797. Windows color (decimal): -5406253 or 13861293. OLE color: 13861293.

HSL color Cylindrical-coordinate representation of color #AD81D3: hue angle of 272.2º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD81D3 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 129 211 -
CMYK 0.18 0.39 0 0.17
HSL 272.2º 0.48% 0.67% -
HSV(B) 272.2º 0.39% 0.83% -
XYZ 36.84 29.29 65.34 -
YUV 151.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 173 129 211 0.18 0.39 0 0.17 272.2 0.48 0.67
Hex AD 81 D3 12 27 0 11 110 30 43
Octal 255 201 323 22 47 0 21 420 60 103
Binary 10101101 10000001 11010011 10010 100111 0 10001 100010000 110000 1000011

Color Harmonies of #AD81D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81D3

Black with #AD81D3

Text Example


Text Example

White with #AD81D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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