Html Css Color HEX #A386BB East Side

📋 copy color: '#A386BB'

red 163 ◦ green 134 ◦ blue 187

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

Shades of East Side #A386BB

Tints of East Side #A386BB

RGB

 RED value IS 163 (64.06% from 255) = 33.68%

 GREEN value IS 134 (52.73% from 255) = 27.69%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 33.68%
G = 27.69%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A386BB (or 0xA386BB) is known color: East Side. HEX triplet: A3, 86 and BB. RGB value is (163,134,187). Sum of RGB (Red+Green+Blue) = 163+134+187=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A386BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386BB is #5C7944. Grayscale: #949494. Windows color (decimal): -6060357 or 12289699. OLE color: 12289699.

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

Color convert

RGB 163 134 187 -
CMYK 0.13 0.28 0 0.27
HSL 272.83º 0.28% 0.63% -
HSV(B) 272.83º 0.28% 0.73% -
XYZ 32.6 28.42 50.78 -
YUV 148.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 163 134 187 0.13 0.28 0 0.27 272.83 0.28 0.63
Hex A3 86 BB D 1C 0 1B 111 1C 3F
Octal 243 206 273 15 34 0 33 421 34 77
Binary 10100011 10000110 10111011 1101 11100 0 11011 100010001 11100 111111

Color Harmonies of #A386BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386BB

Black with #A386BB

Text Example


Text Example

White with #A386BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386BB; }

 p { color: rgb(163,134,187); }

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

background-color css

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

 a { background-color: rgb(163,134,187); }

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

border-color css

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

 span { border-color: rgb(163,134,187); }

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