Html Css Color HEX #AD94BE East Side

📋 copy color: '#AD94BE'

red 173 ◦ green 148 ◦ blue 190

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

Shades of East Side #AD94BE

Tints of East Side #AD94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 33.86%
G = 28.96%
B = 37.18%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD94BE (or 0xAD94BE) is known color: East Side. HEX triplet: AD, 94 and BE. RGB value is (173,148,190). Sum of RGB (Red+Green+Blue) = 173+148+190=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94BE is #526B41. Grayscale: #A0A0A0. Windows color (decimal): -5401410 or 12489901. OLE color: 12489901.

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

Color convert

RGB 173 148 190 -
CMYK 0.09 0.22 0 0.25
HSL 275.71º 0.24% 0.66% -
HSV(B) 275.71º 0.22% 0.75% -
XYZ 37.12 33.78 53.28 -
YUV 160.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 173 148 190 0.09 0.22 0 0.25 275.71 0.24 0.66
Hex AD 94 BE 9 16 0 19 114 18 42
Octal 255 224 276 11 26 0 31 424 30 102
Binary 10101101 10010100 10111110 1001 10110 0 11001 100010100 11000 1000010

Color Harmonies of #AD94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94BE

Black with #AD94BE

Text Example


Text Example

White with #AD94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94BE; }

 p { color: rgb(173,148,190); }

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

background-color css

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

 a { background-color: rgb(173,148,190); }

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

border-color css

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

 span { border-color: rgb(173,148,190); }

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