Html Css Color HEX #AD7DD1 East Side

📋 copy color: '#AD7DD1'

red 173 ◦ green 125 ◦ blue 209

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

Shades of East Side #AD7DD1

Tints of East Side #AD7DD1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.65%

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

R = 34.12%
G = 24.65%
B = 41.22%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD7DD1 (or 0xAD7DD1) is known color: East Side. HEX triplet: AD, 7D and D1. RGB value is (173,125,209). Sum of RGB (Red+Green+Blue) = 173+125+209=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD7DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DD1 is #52822E. Grayscale: #949494. Windows color (decimal): -5407279 or 13729197. OLE color: 13729197.

HSL color Cylindrical-coordinate representation of color #AD7DD1: hue angle of 274.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7DD1 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 125 209 -
CMYK 0.17 0.40 0 0.18
HSL 274.29º 0.48% 0.65% -
HSV(B) 274.29º 0.4% 0.82% -
XYZ 36.08 28.15 63.85 -
YUV 148.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 173 125 209 0.17 0.40 0 0.18 274.29 0.48 0.65
Hex AD 7D D1 11 28 0 12 112 30 41
Octal 255 175 321 21 50 0 22 422 60 101
Binary 10101101 1111101 11010001 10001 101000 0 10010 100010010 110000 1000001

Color Harmonies of #AD7DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DD1

Black with #AD7DD1

Text Example


Text Example

White with #AD7DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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