Html Css Color HEX #AD7CD2 East Side

📋 copy color: '#AD7CD2'

red 173 ◦ green 124 ◦ blue 210

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

Shades of East Side #AD7CD2

Tints of East Side #AD7CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.46%

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 34.12%
G = 24.46%
B = 41.42%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD7CD2 (or 0xAD7CD2) is known color: East Side. HEX triplet: AD, 7C and D2. RGB value is (173,124,210). Sum of RGB (Red+Green+Blue) = 173+124+210=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD7CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CD2 is #52832D. Grayscale: #949494. Windows color (decimal): -5407534 or 13794477. OLE color: 13794477.

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

Color convert

RGB 173 124 210 -
CMYK 0.18 0.41 0 0.18
HSL 274.19º 0.49% 0.65% -
HSV(B) 274.19º 0.41% 0.82% -
XYZ 36.07 27.95 64.47 -
YUV 148.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 173 124 210 0.18 0.41 0 0.18 274.19 0.49 0.65
Hex AD 7C D2 12 29 0 12 112 31 41
Octal 255 174 322 22 51 0 22 422 61 101
Binary 10101101 1111100 11010010 10010 101001 0 10010 100010010 110001 1000001

Color Harmonies of #AD7CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CD2

Black with #AD7CD2

Text Example


Text Example

White with #AD7CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CD2; }

 p { color: rgb(173,124,210); }

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

background-color css

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

 a { background-color: rgb(173,124,210); }

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

border-color css

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

 span { border-color: rgb(173,124,210); }

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