Html Css Color HEX #AD83C0 East Side

📋 copy color: '#AD83C0'

red 173 ◦ green 131 ◦ blue 192

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

Shades of East Side #AD83C0

Tints of East Side #AD83C0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.41%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 34.88%
G = 26.41%
B = 38.71%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD83C0 (or 0xAD83C0) is known color: East Side. HEX triplet: AD, 83 and C0. RGB value is (173,131,192). Sum of RGB (Red+Green+Blue) = 173+131+192=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD83C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83C0 is #527C3F. Grayscale: #969696. Windows color (decimal): -5405760 or 12616621. OLE color: 12616621.

HSL color Cylindrical-coordinate representation of color #AD83C0: hue angle of 281.31º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD83C0 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 131 192 -
CMYK 0.10 0.32 0 0.25
HSL 281.31º 0.33% 0.63% -
HSV(B) 281.31º 0.32% 0.75% -
XYZ 34.86 28.92 53.61 -
YUV 150.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 173 131 192 0.10 0.32 0 0.25 281.31 0.33 0.63
Hex AD 83 C0 A 20 0 19 119 21 3F
Octal 255 203 300 12 40 0 31 431 41 77
Binary 10101101 10000011 11000000 1010 100000 0 11001 100011001 100001 111111

Color Harmonies of #AD83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83C0

Black with #AD83C0

Text Example


Text Example

White with #AD83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83C0; }

 p { color: rgb(173,131,192); }

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

background-color css

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

 a { background-color: rgb(173,131,192); }

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

border-color css

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

 span { border-color: rgb(173,131,192); }

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