Html Css Color HEX #AD92BA East Side

📋 copy color: '#AD92BA'

red 173 ◦ green 146 ◦ blue 186

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

Shades of East Side #AD92BA

Tints of East Side #AD92BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.91%

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

R = 34.26%
G = 28.91%
B = 36.83%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD92BA (or 0xAD92BA) is known color: East Side. HEX triplet: AD, 92 and BA. RGB value is (173,146,186). Sum of RGB (Red+Green+Blue) = 173+146+186=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92BA is #526D45. Grayscale: #9E9E9E. Windows color (decimal): -5401926 or 12227245. OLE color: 12227245.

HSL color Cylindrical-coordinate representation of color #AD92BA: hue angle of 280.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD92BA is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 146 186 -
CMYK 0.07 0.22 0 0.27
HSL 280.5º 0.22% 0.65% -
HSV(B) 280.5º 0.22% 0.73% -
XYZ 36.38 32.99 50.9 -
YUV 158.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 173 146 186 0.07 0.22 0 0.27 280.5 0.22 0.65
Hex AD 92 BA 7 16 0 1B 118 16 41
Octal 255 222 272 7 26 0 33 430 26 101
Binary 10101101 10010010 10111010 111 10110 0 11011 100011000 10110 1000001

Color Harmonies of #AD92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92BA

Black with #AD92BA

Text Example


Text Example

White with #AD92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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