Html Css Color HEX #AD7CC1 East Side

📋 copy color: '#AD7CC1'

red 173 ◦ green 124 ◦ blue 193

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

Shades of East Side #AD7CC1

Tints of East Side #AD7CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 35.31%
G = 25.31%
B = 39.39%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD7CC1 (or 0xAD7CC1) is known color: East Side. HEX triplet: AD, 7C and C1. RGB value is (173,124,193). Sum of RGB (Red+Green+Blue) = 173+124+193=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CC1 is #52833E. Grayscale: #929292. Windows color (decimal): -5407551 or 12680365. OLE color: 12680365.

HSL color Cylindrical-coordinate representation of color #AD7CC1: hue angle of 282.61º 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 #AD7CC1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 124 193 -
CMYK 0.10 0.36 0 0.24
HSL 282.61º 0.36% 0.62% -
HSV(B) 282.61º 0.36% 0.76% -
XYZ 34.07 27.15 53.9 -
YUV 146.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 173 124 193 0.10 0.36 0 0.24 282.61 0.36 0.62
Hex AD 7C C1 A 24 0 18 11B 24 3E
Octal 255 174 301 12 44 0 30 433 44 76
Binary 10101101 1111100 11000001 1010 100100 0 11000 100011011 100100 111110

Color Harmonies of #AD7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CC1

Black with #AD7CC1

Text Example


Text Example

White with #AD7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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