Html Css Color HEX #AD7CC2 East Side

📋 copy color: '#AD7CC2'

red 173 ◦ green 124 ◦ blue 194

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

Shades of East Side #AD7CC2

Tints of East Side #AD7CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 35.23%
G = 25.25%
B = 39.51%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD7CC2 (or 0xAD7CC2) is known color: East Side. HEX triplet: AD, 7C and C2. RGB value is (173,124,194). Sum of RGB (Red+Green+Blue) = 173+124+194=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD7CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CC2 is #52833D. Grayscale: #929292. Windows color (decimal): -5407550 or 12745901. OLE color: 12745901.

HSL color Cylindrical-coordinate representation of color #AD7CC2: hue angle of 282º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD7CC2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 124 194 -
CMYK 0.11 0.36 0 0.24
HSL 282º 0.36% 0.62% -
HSV(B) 282º 0.36% 0.76% -
XYZ 34.18 27.19 54.49 -
YUV 146.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 173 124 194 0.11 0.36 0 0.24 282 0.36 0.62
Hex AD 7C C2 B 24 0 18 11A 24 3E
Octal 255 174 302 13 44 0 30 432 44 76
Binary 10101101 1111100 11000010 1011 100100 0 11000 100011010 100100 111110

Color Harmonies of #AD7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CC2

Black with #AD7CC2

Text Example


Text Example

White with #AD7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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