Html Css Color HEX #AD7DC2 East Side

📋 copy color: '#AD7DC2'

red 173 ◦ green 125 ◦ blue 194

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

Shades of East Side #AD7DC2

Tints of East Side #AD7DC2

RGB

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

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

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

R = 35.16%
G = 25.41%
B = 39.43%

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

#AD7DC2 (or 0xAD7DC2) is known color: East Side. HEX triplet: AD, 7D and C2. RGB value is (173,125,194). Sum of RGB (Red+Green+Blue) = 173+125+194=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD7DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DC2 is #52823D. Grayscale: #929292. Windows color (decimal): -5407294 or 12746157. OLE color: 12746157.

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

Color convert

RGB 173 125 194 -
CMYK 0.11 0.36 0 0.24
HSL 281.74º 0.36% 0.63% -
HSV(B) 281.74º 0.36% 0.76% -
XYZ 34.3 27.45 54.53 -
YUV 147.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 173 125 194 0.11 0.36 0 0.24 281.74 0.36 0.63
Hex AD 7D C2 B 24 0 18 11A 24 3F
Octal 255 175 302 13 44 0 30 432 44 77
Binary 10101101 1111101 11000010 1011 100100 0 11000 100011010 100100 111111

Color Harmonies of #AD7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DC2

Black with #AD7DC2

Text Example


Text Example

White with #AD7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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