Html Css Color HEX #AD82BE East Side

📋 copy color: '#AD82BE'

red 173 ◦ green 130 ◦ blue 190

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

Shades of East Side #AD82BE

Tints of East Side #AD82BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 35.09%
G = 26.37%
B = 38.54%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD82BE (or 0xAD82BE) is known color: East Side. HEX triplet: AD, 82 and BE. RGB value is (173,130,190). Sum of RGB (Red+Green+Blue) = 173+130+190=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82BE is #527D41. Grayscale: #959595. Windows color (decimal): -5406018 or 12485293. OLE color: 12485293.

HSL color Cylindrical-coordinate representation of color #AD82BE: hue angle of 283º degrees, saturation: 0.32, 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 #AD82BE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 130 190 -
CMYK 0.09 0.32 0 0.25
HSL 283º 0.32% 0.63% -
HSV(B) 283º 0.32% 0.75% -
XYZ 34.51 28.57 52.41 -
YUV 149.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 173 130 190 0.09 0.32 0 0.25 283 0.32 0.63
Hex AD 82 BE 9 20 0 19 11B 20 3F
Octal 255 202 276 11 40 0 31 433 40 77
Binary 10101101 10000010 10111110 1001 100000 0 11001 100011011 100000 111111

Color Harmonies of #AD82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82BE

Black with #AD82BE

Text Example


Text Example

White with #AD82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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