Html Css Color HEX #AD92BF East Side

📋 copy color: '#AD92BF'

red 173 ◦ green 146 ◦ blue 191

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

Shades of East Side #AD92BF

Tints of East Side #AD92BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 33.92%
G = 28.63%
B = 37.45%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD92BF (or 0xAD92BF) is known color: East Side. HEX triplet: AD, 92 and BF. RGB value is (173,146,191). Sum of RGB (Red+Green+Blue) = 173+146+191=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD92BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92BF is #526D40. Grayscale: #9F9F9F. Windows color (decimal): -5401921 or 12554925. OLE color: 12554925.

HSL color Cylindrical-coordinate representation of color #AD92BF: hue angle of 276º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD92BF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 146 191 -
CMYK 0.09 0.24 0 0.25
HSL 276º 0.26% 0.66% -
HSV(B) 276º 0.24% 0.75% -
XYZ 36.92 33.2 53.75 -
YUV 159.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 173 146 191 0.09 0.24 0 0.25 276 0.26 0.66
Hex AD 92 BF 9 18 0 19 114 1A 42
Octal 255 222 277 11 30 0 31 424 32 102
Binary 10101101 10010010 10111111 1001 11000 0 11001 100010100 11010 1000010

Color Harmonies of #AD92BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92BF

Black with #AD92BF

Text Example


Text Example

White with #AD92BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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