Html Css Color HEX #AD7DD0 East Side

📋 copy color: '#AD7DD0'

red 173 ◦ green 125 ◦ blue 208

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

Shades of East Side #AD7DD0

Tints of East Side #AD7DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 34.19%
G = 24.7%
B = 41.11%

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

#AD7DD0 (or 0xAD7DD0) is known color: East Side. HEX triplet: AD, 7D and D0. RGB value is (173,125,208). Sum of RGB (Red+Green+Blue) = 173+125+208=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD7DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DD0 is #52822F. Grayscale: #949494. Windows color (decimal): -5407280 or 13663661. OLE color: 13663661.

HSL color Cylindrical-coordinate representation of color #AD7DD0: hue angle of 274.7º degrees, saturation: 0.47, 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 #AD7DD0 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 125 208 -
CMYK 0.17 0.40 0 0.18
HSL 274.7º 0.47% 0.65% -
HSV(B) 274.7º 0.4% 0.82% -
XYZ 35.95 28.11 63.2 -
YUV 148.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 173 125 208 0.17 0.40 0 0.18 274.7 0.47 0.65
Hex AD 7D D0 11 28 0 12 113 2F 41
Octal 255 175 320 21 50 0 22 423 57 101
Binary 10101101 1111101 11010000 10001 101000 0 10010 100010011 101111 1000001

Color Harmonies of #AD7DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DD0

Black with #AD7DD0

Text Example


Text Example

White with #AD7DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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