Html Css Color HEX #AD91BC East Side

📋 copy color: '#AD91BC'

red 173 ◦ green 145 ◦ blue 188

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

Shades of East Side #AD91BC

Tints of East Side #AD91BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.66%

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 34.19%
G = 28.66%
B = 37.15%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD91BC (or 0xAD91BC) is known color: East Side. HEX triplet: AD, 91 and BC. RGB value is (173,145,188). Sum of RGB (Red+Green+Blue) = 173+145+188=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD91BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91BC is #526E43. Grayscale: #9E9E9E. Windows color (decimal): -5402180 or 12358061. OLE color: 12358061.

HSL color Cylindrical-coordinate representation of color #AD91BC: hue angle of 279.07º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD91BC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 145 188 -
CMYK 0.08 0.23 0 0.26
HSL 279.07º 0.24% 0.65% -
HSV(B) 279.07º 0.23% 0.74% -
XYZ 36.44 32.77 51.98 -
YUV 158.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 173 145 188 0.08 0.23 0 0.26 279.07 0.24 0.65
Hex AD 91 BC 8 17 0 1A 117 18 41
Octal 255 221 274 10 27 0 32 427 30 101
Binary 10101101 10010001 10111100 1000 10111 0 11010 100010111 11000 1000001

Color Harmonies of #AD91BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91BC

Black with #AD91BC

Text Example


Text Example

White with #AD91BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91BC; }

 p { color: rgb(173,145,188); }

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

background-color css

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

 a { background-color: rgb(173,145,188); }

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

border-color css

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

 span { border-color: rgb(173,145,188); }

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