Html Css Color HEX #AD7DCD East Side

📋 copy color: '#AD7DCD'

red 173 ◦ green 125 ◦ blue 205

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

Shades of East Side #AD7DCD

Tints of East Side #AD7DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 34.39%
G = 24.85%
B = 40.76%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD7DCD (or 0xAD7DCD) is known color: East Side. HEX triplet: AD, 7D and CD. RGB value is (173,125,205). Sum of RGB (Red+Green+Blue) = 173+125+205=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DCD is #528232. Grayscale: #949494. Windows color (decimal): -5407283 or 13467053. OLE color: 13467053.

HSL color Cylindrical-coordinate representation of color #AD7DCD: hue angle of 276º 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 #AD7DCD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 125 205 -
CMYK 0.16 0.39 0 0.20
HSL 276º 0.44% 0.65% -
HSV(B) 276º 0.39% 0.8% -
XYZ 35.59 27.96 61.28 -
YUV 148.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 173 125 205 0.16 0.39 0 0.20 276 0.44 0.65
Hex AD 7D CD 10 27 0 14 114 2C 41
Octal 255 175 315 20 47 0 24 424 54 101
Binary 10101101 1111101 11001101 10000 100111 0 10100 100010100 101100 1000001

Color Harmonies of #AD7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DCD

Black with #AD7DCD

Text Example


Text Example

White with #AD7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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