Html Css Color HEX #AD82BA East Side

📋 copy color: '#AD82BA'

red 173 ◦ green 130 ◦ blue 186

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

Shades of East Side #AD82BA

Tints of East Side #AD82BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 35.38%
G = 26.58%
B = 38.04%

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

#AD82BA (or 0xAD82BA) is known color: East Side. HEX triplet: AD, 82 and BA. RGB value is (173,130,186). Sum of RGB (Red+Green+Blue) = 173+130+186=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82BA is #527D45. Grayscale: #959595. Windows color (decimal): -5406022 or 12223149. OLE color: 12223149.

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

Color convert

RGB 173 130 186 -
CMYK 0.07 0.30 0 0.27
HSL 286.07º 0.29% 0.62% -
HSV(B) 286.07º 0.3% 0.73% -
XYZ 34.08 28.39 50.14 -
YUV 149.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 173 130 186 0.07 0.30 0 0.27 286.07 0.29 0.62
Hex AD 82 BA 7 1E 0 1B 11E 1D 3E
Octal 255 202 272 7 36 0 33 436 35 76
Binary 10101101 10000010 10111010 111 11110 0 11011 100011110 11101 111110

Color Harmonies of #AD82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82BA

Black with #AD82BA

Text Example


Text Example

White with #AD82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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