Html Css Color HEX #AD82B9 East Side

📋 copy color: '#AD82B9'

red 173 ◦ green 130 ◦ blue 185

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

Shades of East Side #AD82B9

Tints of East Side #AD82B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 35.45%
G = 26.64%
B = 37.91%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD82B9 (or 0xAD82B9) is known color: East Side. HEX triplet: AD, 82 and B9. RGB value is (173,130,185). Sum of RGB (Red+Green+Blue) = 173+130+185=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD82B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82B9 is #527D46. Grayscale: #949494. Windows color (decimal): -5406023 or 12157613. OLE color: 12157613.

HSL color Cylindrical-coordinate representation of color #AD82B9: hue angle of 286.91º degrees, saturation: 0.28, 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 #AD82B9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 130 185 -
CMYK 0.06 0.30 0 0.27
HSL 286.91º 0.28% 0.62% -
HSV(B) 286.91º 0.3% 0.73% -
XYZ 33.97 28.35 49.58 -
YUV 149.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 173 130 185 0.06 0.30 0 0.27 286.91 0.28 0.62
Hex AD 82 B9 6 1E 0 1B 11F 1C 3E
Octal 255 202 271 6 36 0 33 437 34 76
Binary 10101101 10000010 10111001 110 11110 0 11011 100011111 11100 111110

Color Harmonies of #AD82B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82B9

Black with #AD82B9

Text Example


Text Example

White with #AD82B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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