Html Css Color HEX #AD7DCC East Side

📋 copy color: '#AD7DCC'

red 173 ◦ green 125 ◦ blue 204

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

Shades of East Side #AD7DCC

Tints of East Side #AD7DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 34.46%
G = 24.9%
B = 40.64%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD7DCC (or 0xAD7DCC) is known color: East Side. HEX triplet: AD, 7D and CC. RGB value is (173,125,204). Sum of RGB (Red+Green+Blue) = 173+125+204=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DCC is #528233. Grayscale: #949494. Windows color (decimal): -5407284 or 13401517. OLE color: 13401517.

HSL color Cylindrical-coordinate representation of color #AD7DCC: hue angle of 276.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7DCC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 125 204 -
CMYK 0.15 0.39 0 0.2
HSL 276.46º 0.44% 0.65% -
HSV(B) 276.46º 0.39% 0.8% -
XYZ 35.47 27.91 60.64 -
YUV 148.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 173 125 204 0.15 0.39 0 0.2 276.46 0.44 0.65
Hex AD 7D CC F 27 0 14 114 2C 41
Octal 255 175 314 17 47 0 24 424 54 101
Binary 10101101 1111101 11001100 1111 100111 0 10100 100010100 101100 1000001

Color Harmonies of #AD7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DCC

Black with #AD7DCC

Text Example


Text Example

White with #AD7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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