Html Css Color HEX #AD8BBA East Side

📋 copy color: '#AD8BBA'

red 173 ◦ green 139 ◦ blue 186

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

Shades of East Side #AD8BBA

Tints of East Side #AD8BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

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

R = 34.74%
G = 27.91%
B = 37.35%

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

#AD8BBA (or 0xAD8BBA) is known color: East Side. HEX triplet: AD, 8B and BA. RGB value is (173,139,186). Sum of RGB (Red+Green+Blue) = 173+139+186=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD8BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BBA is #527445. Grayscale: #9A9A9A. Windows color (decimal): -5403718 or 12225453. OLE color: 12225453.

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

Color convert

RGB 173 139 186 -
CMYK 0.07 0.25 0 0.27
HSL 283.4º 0.25% 0.64% -
HSV(B) 283.4º 0.25% 0.73% -
XYZ 35.33 30.89 50.56 -
YUV 154.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 173 139 186 0.07 0.25 0 0.27 283.4 0.25 0.64
Hex AD 8B BA 7 19 0 1B 11B 19 40
Octal 255 213 272 7 31 0 33 433 31 100
Binary 10101101 10001011 10111010 111 11001 0 11011 100011011 11001 1000000

Color Harmonies of #AD8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BBA

Black with #AD8BBA

Text Example


Text Example

White with #AD8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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