Html Css Color HEX #AD82B7 East Side

📋 copy color: '#AD82B7'

red 173 ◦ green 130 ◦ blue 183

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

Shades of East Side #AD82B7

Tints of East Side #AD82B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 35.6%
G = 26.75%
B = 37.65%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD82B7 (or 0xAD82B7) is known color: East Side. HEX triplet: AD, 82 and B7. RGB value is (173,130,183). Sum of RGB (Red+Green+Blue) = 173+130+183=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD82B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82B7 is #527D48. Grayscale: #949494. Windows color (decimal): -5406025 or 12026541. OLE color: 12026541.

HSL color Cylindrical-coordinate representation of color #AD82B7: hue angle of 288.68º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD82B7 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 130 183 -
CMYK 0.05 0.29 0 0.28
HSL 288.68º 0.27% 0.61% -
HSV(B) 288.68º 0.29% 0.72% -
XYZ 33.76 28.27 48.48 -
YUV 148.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 173 130 183 0.05 0.29 0 0.28 288.68 0.27 0.61
Hex AD 82 B7 5 1D 0 1C 121 1B 3D
Octal 255 202 267 5 35 0 34 441 33 75
Binary 10101101 10000010 10110111 101 11101 0 11100 100100001 11011 111101

Color Harmonies of #AD82B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82B7

Black with #AD82B7

Text Example


Text Example

White with #AD82B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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