Html Css Color HEX #AD95BE East Side

📋 copy color: '#AD95BE'

red 173 ◦ green 149 ◦ blue 190

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

Shades of East Side #AD95BE

Tints of East Side #AD95BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

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

R = 33.79%
G = 29.1%
B = 37.11%

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

#AD95BE (or 0xAD95BE) is known color: East Side. HEX triplet: AD, 95 and BE. RGB value is (173,149,190). Sum of RGB (Red+Green+Blue) = 173+149+190=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95BE is #526A41. Grayscale: #A0A0A0. Windows color (decimal): -5401154 or 12490157. OLE color: 12490157.

HSL color Cylindrical-coordinate representation of color #AD95BE: hue angle of 275.12º 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 #AD95BE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 149 190 -
CMYK 0.09 0.22 0 0.25
HSL 275.12º 0.24% 0.66% -
HSV(B) 275.12º 0.22% 0.75% -
XYZ 37.28 34.1 53.33 -
YUV 160.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 173 149 190 0.09 0.22 0 0.25 275.12 0.24 0.66
Hex AD 95 BE 9 16 0 19 113 18 42
Octal 255 225 276 11 26 0 31 423 30 102
Binary 10101101 10010101 10111110 1001 10110 0 11001 100010011 11000 1000010

Color Harmonies of #AD95BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95BE

Black with #AD95BE

Text Example


Text Example

White with #AD95BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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