Html Css Color HEX #AD8CBA East Side

📋 copy color: '#AD8CBA'

red 173 ◦ green 140 ◦ blue 186

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

Shades of East Side #AD8CBA

Tints of East Side #AD8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.06%

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

R = 34.67%
G = 28.06%
B = 37.27%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD8CBA (or 0xAD8CBA) is known color: East Side. HEX triplet: AD, 8C and BA. RGB value is (173,140,186). Sum of RGB (Red+Green+Blue) = 173+140+186=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CBA is #527345. Grayscale: #9A9A9A. Windows color (decimal): -5403462 or 12225709. OLE color: 12225709.

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

Color convert

RGB 173 140 186 -
CMYK 0.07 0.25 0 0.27
HSL 283.04º 0.25% 0.64% -
HSV(B) 283.04º 0.25% 0.73% -
XYZ 35.47 31.19 50.6 -
YUV 155.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 173 140 186 0.07 0.25 0 0.27 283.04 0.25 0.64
Hex AD 8C BA 7 19 0 1B 11B 19 40
Octal 255 214 272 7 31 0 33 433 31 100
Binary 10101101 10001100 10111010 111 11001 0 11011 100011011 11001 1000000

Color Harmonies of #AD8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CBA

Black with #AD8CBA

Text Example


Text Example

White with #AD8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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