Html Css Color HEX #AD94BA East Side

📋 copy color: '#AD94BA'

red 173 ◦ green 148 ◦ blue 186

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

Shades of East Side #AD94BA

Tints of East Side #AD94BA

RGB

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

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

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

R = 34.12%
G = 29.19%
B = 36.69%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD94BA (or 0xAD94BA) is known color: East Side. HEX triplet: AD, 94 and BA. RGB value is (173,148,186). Sum of RGB (Red+Green+Blue) = 173+148+186=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94BA is #526B45. Grayscale: #9F9F9F. Windows color (decimal): -5401414 or 12227757. OLE color: 12227757.

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

Color convert

RGB 173 148 186 -
CMYK 0.07 0.20 0 0.27
HSL 279.47º 0.22% 0.65% -
HSV(B) 279.47º 0.2% 0.73% -
XYZ 36.69 33.61 51.01 -
YUV 159.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 173 148 186 0.07 0.20 0 0.27 279.47 0.22 0.65
Hex AD 94 BA 7 14 0 1B 117 16 41
Octal 255 224 272 7 24 0 33 427 26 101
Binary 10101101 10010100 10111010 111 10100 0 11011 100010111 10110 1000001

Color Harmonies of #AD94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94BA

Black with #AD94BA

Text Example


Text Example

White with #AD94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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