Html Css Color HEX #AD82B8 East Side

📋 copy color: '#AD82B8'

red 173 ◦ green 130 ◦ blue 184

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

Shades of East Side #AD82B8

Tints of East Side #AD82B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.78%

R = 35.52%
G = 26.69%
B = 37.78%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD82B8 (or 0xAD82B8) is known color: East Side. HEX triplet: AD, 82 and B8. RGB value is (173,130,184). Sum of RGB (Red+Green+Blue) = 173+130+184=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD82B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82B8 is #527D47. Grayscale: #949494. Windows color (decimal): -5406024 or 12092077. OLE color: 12092077.

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

Color convert

RGB 173 130 184 -
CMYK 0.06 0.29 0 0.28
HSL 287.78º 0.28% 0.62% -
HSV(B) 287.78º 0.29% 0.72% -
XYZ 33.87 28.31 49.03 -
YUV 149.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 173 130 184 0.06 0.29 0 0.28 287.78 0.28 0.62
Hex AD 82 B8 6 1D 0 1C 120 1C 3E
Octal 255 202 270 6 35 0 34 440 34 76
Binary 10101101 10000010 10111000 110 11101 0 11100 100100000 11100 111110

Color Harmonies of #AD82B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82B8

Black with #AD82B8

Text Example


Text Example

White with #AD82B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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