Html Css Color HEX #AD82BB East Side

📋 copy color: '#AD82BB'

red 173 ◦ green 130 ◦ blue 187

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

Shades of East Side #AD82BB

Tints of East Side #AD82BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 35.31%
G = 26.53%
B = 38.16%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD82BB (or 0xAD82BB) is known color: East Side. HEX triplet: AD, 82 and BB. RGB value is (173,130,187). Sum of RGB (Red+Green+Blue) = 173+130+187=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD82BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82BB is #527D44. Grayscale: #959595. Windows color (decimal): -5406021 or 12288685. OLE color: 12288685.

HSL color Cylindrical-coordinate representation of color #AD82BB: hue angle of 285.26º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD82BB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 130 187 -
CMYK 0.07 0.30 0 0.27
HSL 285.26º 0.3% 0.62% -
HSV(B) 285.26º 0.3% 0.73% -
XYZ 34.19 28.44 50.7 -
YUV 149.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 173 130 187 0.07 0.30 0 0.27 285.26 0.3 0.62
Hex AD 82 BB 7 1E 0 1B 11D 1E 3E
Octal 255 202 273 7 36 0 33 435 36 76
Binary 10101101 10000010 10111011 111 11110 0 11011 100011101 11110 111110

Color Harmonies of #AD82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82BB

Black with #AD82BB

Text Example


Text Example

White with #AD82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82BB; }

 p { color: rgb(173,130,187); }

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

background-color css

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

 a { background-color: rgb(173,130,187); }

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

border-color css

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

 span { border-color: rgb(173,130,187); }

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