Html Css Color HEX #AD7CCC East Side

📋 copy color: '#AD7CCC'

red 173 ◦ green 124 ◦ blue 204

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

Shades of East Side #AD7CCC

Tints of East Side #AD7CCC

RGB

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

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

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

R = 34.53%
G = 24.75%
B = 40.72%

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

#AD7CCC (or 0xAD7CCC) is known color: East Side. HEX triplet: AD, 7C and CC. RGB value is (173,124,204). Sum of RGB (Red+Green+Blue) = 173+124+204=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CCC is #528333. Grayscale: #939393. Windows color (decimal): -5407540 or 13401261. OLE color: 13401261.

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

Color convert

RGB 173 124 204 -
CMYK 0.15 0.39 0 0.2
HSL 276.75º 0.44% 0.64% -
HSV(B) 276.75º 0.39% 0.8% -
XYZ 35.34 27.66 60.6 -
YUV 147.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 173 124 204 0.15 0.39 0 0.2 276.75 0.44 0.64
Hex AD 7C CC F 27 0 14 115 2C 40
Octal 255 174 314 17 47 0 24 425 54 100
Binary 10101101 1111100 11001100 1111 100111 0 10100 100010101 101100 1000000

Color Harmonies of #AD7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CCC

Black with #AD7CCC

Text Example


Text Example

White with #AD7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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